~ubuntu-branches/ubuntu/wily/gnome-music/wily-proposed

« back to all changes in this revision

Viewing changes to gnome-music.in

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville, Pedro Beja, Laurent Bigonville
  • Date: 2014-10-19 23:39:47 UTC
  • mfrom: (1.1.4) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20141019233947-mn58roj5502t1l22
[ Pedro Beja ]
* New upstream release.

[ Laurent Bigonville ]
* debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    opts, args = parser.parse_args()
59
59
    if opts.debug:
60
60
        logging.basicConfig(level=logging.DEBUG,
61
 
                            format='%(asctime)s %(levelname)s\t\t%(message)s',
 
61
                            format='%(asctime)s %(levelname)s\t%(filename)s:%(lineno)d \t%(message)s',
62
62
                            datefmt='%H:%M:%S')
63
63
        # Gtk hates "-d" switch, so lets drop it
64
64
        if '-d' in sys.argv:
67
67
            sys.argv.remove("--debug")
68
68
    else:
69
69
        logging.basicConfig(level=logging.WARN,
70
 
                            format='%(asctime)s %(levelname)s\t\t%(message)s',
 
70
                            format='%(asctime)s %(levelname)s\t%(filename)s:%(lineno)d \t%(message)s',
71
71
                            datefmt='%H:%M:%S')
72
72
 
73
73
    locale.bindtextdomain('gnome-music', localedir)