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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user