diff options
Diffstat (limited to 'cmd/web/windows.go')
| -rw-r--r-- | cmd/web/windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/windows.go b/cmd/web/windows.go index 9fe8ab6..034e347 100644 --- a/cmd/web/windows.go +++ b/cmd/web/windows.go @@ -12,6 +12,6 @@ var DefaultLib string = `C:\Program Files (x86)\Steam\steamapps` func startBrowser() { time.Sleep(time.Second*3) c := exec.Command("cmd", "/c", "start", "http://127.0.0.1"+Listen) - Logger.Println(c.Run()) + Logger.Printf("Running command: %s", c.Run()) } |
