X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8569ecdc2c9368dc0fe650b901cce7b37337ffec..b21e41a3a44b08e4460b66cd81953498742d43d3:/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp index 49f0e808..37ff6dbd 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp @@ -224,7 +224,7 @@ if (CommitTransaction()) return -1; } -WriteServLog("POSTGRESQL_STORE: Current DB schema version: %d", version); +logger("POSTGRESQL_STORE: Current DB schema version: %d", version); return 0; }