]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/userdb.c
blockdev-util: "partscan" sysattr now directly shows the enabled state
[thirdparty/systemd.git] / src / shared / userdb.c
index d262c82d63ba3be9eebb222a1148f63391a2b8a7..75dece3442935ae71f658f23105ff8f31d2e03c0 100644 (file)
@@ -1455,6 +1455,8 @@ int userdb_block_nss_systemd(int b) {
                 return 0;
         }
 
+        log_debug("Loaded '%s' via dlopen()", LIBDIR "/libnss_systemd.so.2");
+
         call = dlsym(dl, "_nss_systemd_block");
         if (!call)
                 /* If the file is installed but lacks the symbol we expect, things are weird, let's complain */