From cb1a7a7bdcf5dede4d3c80eecdab83fbfae7e7a8 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Thu, 9 Jul 2015 22:43:16 +0100 Subject: [PATCH] Update panic instructions (fixes #2039) --- cmd/syncthing/monitor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/syncthing/monitor.go b/cmd/syncthing/monitor.go index 5555bf3e..cc99aa19 100644 --- a/cmd/syncthing/monitor.go +++ b/cmd/syncthing/monitor.go @@ -182,7 +182,8 @@ func copyStderr(stderr io.Reader, dst io.Writer) { } l.Warnf("Panic detected, writing to \"%s\"", panicFd.Name()) - l.Warnln("Please create an issue at https://github.com/syncthing/syncthing/issues/ with the panic log attached") + l.Warnln("Please check for existing issues with similar panic message at https://github.com/syncthing/syncthing/issues/") + l.Warnln("If no issue with similar panic message exists, please create a new issue with the panic log attached") stdoutMut.Lock() for _, line := range stdoutFirstLines {