X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbackend%2Fpuppet%2Fstore-configs.c;h=5efc531337c6fd80ab331879397a9a3923e127f7;hb=1b899f6e899047a521d473d00492bcf699f44ede;hp=ebe5dbd6468821d929a43d31d5e53178069063af;hpb=54a8eacb74ab82fe004d818e7994b220220e205e;p=sysdb.git diff --git a/src/backend/puppet/store-configs.c b/src/backend/puppet/store-configs.c index ebe5dbd..5efc531 100644 --- a/src/backend/puppet/store-configs.c +++ b/src/backend/puppet/store-configs.c @@ -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 */