From: mfranz Date: Sun, 1 Feb 2009 23:44:36 +0000 (+0000) Subject: do_save: s/reading/writing/ in the error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d9e9331422aad7cc5434d523b94a9ec70101a541;p=flightgear.git do_save: s/reading/writing/ in the error message --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index cf5efb8a5..58546014d 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -357,7 +357,7 @@ do_save (const SGPropertyNode * arg) file += ".sav"; 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)"); return false; }