trivial: add the motd ouptut when --verbose

This commit is contained in:
Richard Hughes 2021-12-01 16:29:38 +00:00
parent 2066b7603d
commit 211ad62623

View File

@ -131,5 +131,6 @@ fu_engine_update_motd(FuEngine *self, GError **error)
}
/* success, with an empty file if nothing to say */
g_debug("writing motd target %s", target);
return g_file_set_contents(target, str->str, str->len, error);
}