]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: small typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 28 Oct 2019 20:39:55 +0000 (21:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 28 Oct 2019 20:39:55 +0000 (21:39 +0100)
src/shared/module-util.c

index a34fe8fb95bf7fd10ad59c4297446a61752c93b2..75c8ba2b781c79e260df3059d9af93724b925de0 100644 (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: