mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 15:23:48 +00:00
trivial: add the motd ouptut when --verbose
This commit is contained in:
parent
2066b7603d
commit
211ad62623
@ -131,5 +131,6 @@ fu_engine_update_motd(FuEngine *self, GError **error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* success, with an empty file if nothing to say */
|
/* 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);
|
return g_file_set_contents(target, str->str, str->len, error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user