aptofpdb: remove debugging print

guiautoimport: import traceback
fpdb_simple/GuiPlayerStats: deal with multiple sites with players with matching names
HUD_main: error file is again HUD-error not fpdb-error-log.
This commit is contained in:
eblade
2009-08-06 07:23:57 -04:00
parent a7f857a90c
commit f65e4e005a
5 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import traceback
if not options.errorsToConsole:
print "Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_."
errorFile = open('fpdb-error-log.txt', 'w', 0)
errorFile = open('HUD-error.txt', 'w', 0)
sys.stderr = errorFile
import thread