aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/ipc_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/ipc_server.go')
-rw-r--r--service/ipc_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/ipc_server.go b/service/ipc_server.go
index 0b0b3a05..835301b8 100644
--- a/service/ipc_server.go
+++ b/service/ipc_server.go
@@ -86,7 +86,7 @@ func (s *ManagerService) Start(tunnelName string, unused *uintptr) error {
}
trackedTunnelsLock.Unlock()
if len(inTransition) != 0 {
- return fmt.Errorf("Please allow the tunnel \"%s\" to finish activating", inTransition)
+ return fmt.Errorf("Please allow the tunnel ā€˜%sā€™ to finish activating", inTransition)
}
go func() {
for _, t := range tt {