Correct typos in logging
This commit is contained in:
committed by
Cameron Gutman
parent
b1ffa8a6c5
commit
881af5b566
@@ -100,7 +100,7 @@ namespace system_tray {
|
||||
*/
|
||||
void
|
||||
tray_quit_cb(struct tray_menu *item) {
|
||||
BOOST_LOG(info) << "Quiting from system tray"sv;
|
||||
BOOST_LOG(info) << "Quitting from system tray"sv;
|
||||
|
||||
#ifdef _WIN32
|
||||
// If we're running in a service, return a special status to
|
||||
|
||||
Reference in New Issue
Block a user