Ignore:
Timestamp:
12/27/12 08:28:06 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Made the debug logging more detailed by adding the printout of the configuration and a few other stuff (re #170)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/mlx.py

    r377 r402  
    44from sound import initializeSound
    55from util import secondaryInstallation
     6from const import VERSION
    67
    78import os
     
    8283    sys.stderr = StdIOHandler(gui)
    8384
     85    print "MAVA Logger X " + VERSION + " debug log"
     86    print "The initial configuration:"
     87    config.log()
     88
    8489    initializeSound(os.path.join(programDirectory, "sounds"))
    8590
Note: See TracChangeset for help on using the changeset viewer.