Shared log file needs a restart

Tell user about this change.
This commit is contained in:
Michael Vetter
2020-12-11 11:17:44 +01:00
parent a8990014e2
commit 47a447bf73
2 changed files with 2 additions and 2 deletions

View File

@@ -6375,7 +6375,7 @@ cmd_log(ProfWin* window, const char* const command, gchar** args)
return TRUE;
}
_cmd_set_boolean_preference(value, command, "Shared log", PREF_LOG_SHARED);
log_reinit();
cons_show("Setting only takes effect after saving and restarting Profanity.");
return TRUE;
}