From d9fddd6595684a42882e2b4664e7fedb7b842305 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sat, 6 Feb 2010 18:07:48 +0000 Subject: [PATCH] miniscule print change --- pyfpdb/fpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index 8a6af4ea..340d12b9 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -906,7 +906,7 @@ This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt") if not options.errorsToConsole: fileName = os.path.join(self.config.dir_log, 'fpdb-errors.txt') - print "\nNote: error output is being diverted to fpdb-errors.txt and HUD-errors.txt in\n" \ + print "\nNote: error output is being diverted to fpdb-errors.txt and HUD-errors.txt in:\n" \ + self.config.dir_log + "\nAny major error will be reported there _only_.\n" errorFile = open(fileName, 'w', 0) sys.stderr = errorFile