mu-server: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema
2023-01-29 12:02:47 +02:00
parent 6b4857b189
commit 7db93fb0a7

View File

@ -118,7 +118,7 @@ Mu::mu_cmd_server(const Mu::Options& opts) try {
return Err(store.error()); return Err(store.error());
Server server{*store, output_sexp_stdout}; Server server{*store, output_sexp_stdout};
g_message("created server with store @ %s; maildir @ %s; debug-mode %s" g_message("created server with store @ %s; maildir @ %s; debug-mode %s;"
"readline: %s", "readline: %s",
store->properties().database_path.c_str(), store->properties().database_path.c_str(),
store->properties().root_maildir.c_str(), store->properties().root_maildir.c_str(),