mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adding printline
This commit is contained in:
parent
44dcdf79e2
commit
ad971d8cd5
@ -184,6 +184,7 @@ int SigningTransaction::run() {
|
||||
}
|
||||
catch (Poco::Exception& e) {
|
||||
addError(new ParamError("SigningTransaction", "connect error to php server", e.displayText().data()));
|
||||
printf("url: %s\n", ServerConfig::g_php_serverHost);
|
||||
sendErrorsAsEmail();
|
||||
return -8;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user