do_save: s/reading/writing/ in the error message
This commit is contained in:
parent
58a2927aaf
commit
d9e9331422
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ do_save (const SGPropertyNode * arg)
|
||||||
file += ".sav";
|
file += ".sav";
|
||||||
|
|
||||||
if (!fgValidatePath(file.c_str(), false)) {
|
if (!fgValidatePath(file.c_str(), false)) {
|
||||||
SG_LOG(SG_IO, SG_ALERT, "save: reading '" << file << "' denied "
|
SG_LOG(SG_IO, SG_ALERT, "save: writing '" << file << "' denied "
|
||||||
"(unauthorized access)");
|
"(unauthorized access)");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue