Skip to content

Commit

Permalink
Add string argument
Browse files Browse the repository at this point in the history
Signed-off-by: neewy <[email protected]>
  • Loading branch information
neewy committed Feb 24, 2018
1 parent f03934d commit d2caa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irohad/ametsuchi/impl/storage_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace iroha {
namespace ametsuchi {

const char *kCommandExecutorError = "Cannot create CommandExecutorFactory";
const char *kPsqlBroken = "Connection to PostgreSQL broken: %";
const char *kPsqlBroken = "Connection to PostgreSQL broken: %s";
const char *kTmpWsv = "TemporaryWsv";

ConnectionContext::ConnectionContext(
Expand Down

0 comments on commit d2caa25

Please sign in to comment.