diff --git a/src/unix/snglinst.cpp b/src/unix/snglinst.cpp index f8f1c3b4e0..0c8d4275ef 100644 --- a/src/unix/snglinst.cpp +++ b/src/unix/snglinst.cpp @@ -292,7 +292,13 @@ bool wxSingleInstanceCheckerImpl::Create(const wxString& name) } else { - wxLogMessage(_("Deleted stale lock file '%s'."), + // This may be important to know if something goes + // mysteriously wrong, but as the user can't really do + // anything about here (the most typical reason for this + // message is that the previous instance of the program + // crashed), don't show it by default, i.e. unless the + // program is running with --verbose command line option. + wxLogInfo(_("Deleted stale lock file '%s'."), name.c_str()); // retry now