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

Correction

This commit is contained in:
asfernandes 2006-04-16 15:27:00 +00:00
parent 3eb22a431c
commit 22b55292c8

View File

@ -15,7 +15,7 @@
* *
* All Rights Reserved. * All Rights Reserved.
* Contributor(s): ______________________________________. * Contributor(s): ______________________________________.
* $Id: guard.cpp,v 1.9 2006-04-16 12:58:28 alexpeshkoff Exp $ * $Id: guard.cpp,v 1.10 2006-04-16 15:27:00 asfernandes Exp $
*/ */
/* contains the main() and not shared routines for ibguard */ /* contains the main() and not shared routines for ibguard */
@ -177,7 +177,7 @@ int CLIB_ROUTINE main( int argc, char **argv)
} }
else { else {
gds__log("%s: guardian could not open %s for writing, error %d\n", gds__log("%s: guardian could not open %s for writing, error %d\n",
pidfilename, prog_name, pidfilename,
#ifdef HAVE_ERRNO_H #ifdef HAVE_ERRNO_H
errno errno
#else #else