Code

time: Renamed PRIscTIME to PRIsdbTIME.
[sysdb.git] / src / backend / puppet / store-configs.c
index ebe5dbd6468821d929a43d31d5e53178069063af..5efc531337c6fd80ab331879397a9a3923e127f7 100644 (file)
@@ -72,7 +72,7 @@ sdb_puppet_stcfg_get_hosts(sdb_dbi_client_t __attribute__((unused)) *client,
        else if (! status)
                sdb_log(SDB_LOG_DEBUG, "puppet::store-configs backend: "
                                "Added/updated host '%s' (last update timestamp = "
-                               "%"PRIscTIME").", hostname, timestamp);
+                               "%"PRIsdbTIME").", hostname, timestamp);
        return 0;
 } /* sdb_puppet_stcfg_get_hosts */