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

Lets report missing file name ;)

This commit is contained in:
hvlad 2010-03-01 09:03:00 +00:00
parent 13e47d14fe
commit 05f3d82854

View File

@ -46,7 +46,7 @@ public:
if (!file && fExceptionOnError)
{
// config file does not exist
fatal_exception::raiseFmt("Missing configuration file: ", fname);
fatal_exception::raiseFmt("Missing configuration file: %s", fname);
}
}