Code

Automatically prefix all log messages with the plugin name (if available).
[sysdb.git] / src / plugins / backend / facter.cc
index e5561868f9d52647a8a93a298863bbf6a1454981..9b325978df43dff5b4896069eafcd5488267f68e 100644 (file)
@@ -85,8 +85,8 @@ extern "C" {
 
                sdb_plugin_store_host(hostname, now);
                facts.each(fact_iter);
-               sdb_log(SDB_LOG_DEBUG, "facter backend: Processed %zu facts "
-                               "for host '%s'", facts.size(), hostname);
+               sdb_log(SDB_LOG_DEBUG, "Processed %zu facts for host '%s'",
+                               facts.size(), hostname);
                return 0;
        } /* main */