X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0c80dbc4ce66a278eb5235420d34a469323efc6b..f67af8026d4968e9efc0bcc503b186c1c7fd7ef0:/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 5b55f318..3a1d7272 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp @@ -237,7 +237,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; }