Skip to content

Commit

Permalink
Add the command line arguments to the logfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
stump committed Mar 14, 2010
1 parent f9468af commit 2b8ebc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GameEngine.py
Expand Up @@ -493,6 +493,7 @@ def __init__(self, config = None):
Log.debug("PyOpenGL version: " + OpenGLVersion)
Log.debug("Numpy version: " + numpy.__version__)
Log.debug("PIL version: " + Image.VERSION)
Log.debug("sys.argv: " + repr(sys.argv))
Log.debug("os.name: " + os.name)
Log.debug("sys.platform: " + sys.platform)
if os.name == 'nt':
Expand Down

0 comments on commit 2b8ebc1

Please sign in to comment.