8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Postfix for CORE-3612 - send errors to stderr

This commit is contained in:
alexpeshkoff 2012-05-24 09:07:04 +00:00
parent e37aa2721e
commit 4124096666

View File

@ -832,7 +832,7 @@ static bool reconnect(FB_API_HANDLE handle, SLONG number, const TEXT* name, SINT
{
ALICE_print(90, SafeArg() << name);
// msg 90: failed to reconnect to a transaction in database %s
ALICE_print_status(false, status_vector);
ALICE_print_status(true, status_vector);
return true;
}
@ -858,7 +858,7 @@ static bool reconnect(FB_API_HANDLE handle, SLONG number, const TEXT* name, SINT
if (status_vector[1])
{
ALICE_print_status(false, status_vector);
ALICE_print_status(true, status_vector);
return true;
}