mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Lets report missing file name ;)
This commit is contained in:
parent
13e47d14fe
commit
05f3d82854
@ -46,7 +46,7 @@ public:
|
|||||||
if (!file && fExceptionOnError)
|
if (!file && fExceptionOnError)
|
||||||
{
|
{
|
||||||
// config file does not exist
|
// config file does not exist
|
||||||
fatal_exception::raiseFmt("Missing configuration file: ", fname);
|
fatal_exception::raiseFmt("Missing configuration file: %s", fname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user