git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add send message to log about excess length of params
[stg.git]
/
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 49f0e8088f8f5dc06370dc947beb4b56067eeaf2..37ff6dbdda10207f30a81ca520b8cc0234b1e6a0 100644
(file)
--- 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;
}
return -1;
}
-
WriteServLog
("POSTGRESQL_STORE: Current DB schema version: %d", version);
+
logger
("POSTGRESQL_STORE: Current DB schema version: %d", version);
return 0;
}
return 0;
}