|
|
logGlobal->error("Failed to open file '%s'", fullName.c_str());
|
|
logGlobal->error("Failed to open file '%s'", fullName.c_str());
|
|
|
logGlobal->error("Failed to open file with long path '%s' (%d characters)", fullName.c_str(), fullName.size());
|
|
logGlobal->error("Failed to open file with long path '%s' (%d characters)", fullName.c_str(), fullName.size());
|