--- utils.py 2007-12-14 17:04:18 +0600 +++ /usr/share/childsplay/utils.py 2007-12-14 17:04:57 +0600 @@ -268,7 +268,7 @@ return NoneSound() if not os.path.exists(file): if UT_DEBUG: - print >> sys.stderr, 'Cannot load music: %s \n%s' % (name,pygame.get_error()) + print >> sys.stderr, 'Cannot load music: %s \n%s' % (file, pygame.get_error()) print >> sys.stderr, 'Using Nonesound' playmusic = NoneSound() else: