chiark / gitweb /
use the same email address everywhere
[elogind.git] / src / test / test-unit-file.c
index b390c44b059e87e2d64c2e0b2e99ea8e21802bf9..95e2b680156d52e815094c4a5cc9bc65dfb9957c 100644 (file)
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]) {
         assert(h);
 
         r = unit_file_get_list(UNIT_FILE_SYSTEM, NULL, h);
         assert(h);
 
         r = unit_file_get_list(UNIT_FILE_SYSTEM, NULL, h);
-        log_info("%s", strerror(-r));
+        log_info("unit_file_get_list: %s", strerror(-r));
         assert(r >= 0);
 
         HASHMAP_FOREACH(p, h, i)
         assert(r >= 0);
 
         HASHMAP_FOREACH(p, h, i)