1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

shared: small typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-10-28 21:39:55 +01:00
parent 880a116ce3
commit c82a2b5b84

View File

@ -36,7 +36,7 @@ int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose)
switch (state) {
case KMOD_MODULE_BUILTIN:
log_full(verbose ? LOG_INFO : LOG_DEBUG,
"Module '%s' is builtin", kmod_module_get_name(mod));
"Module '%s' is built in", kmod_module_get_name(mod));
break;
case KMOD_MODULE_LIVE: