Changeset 3bf9f71 for protocols/skype


Ignore:
Timestamp:
2013-02-16T13:27:45Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
78e103e
Parents:
33ed455
Message:

skyped: print again the config file path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skyped.py

    r33ed455 r3bf9f71  
    486486        if not options.port:
    487487                options.port = port
    488         dprint("Parsing config file '%s' done, username is '%s'." % (options.config, options.config.username))
     488        dprint("Parsing config file '%s' done, username is '%s'." % (cfgpath, options.config.username))
    489489        if not options.nofork:
    490490                pid = os.fork()
Note: See TracChangeset for help on using the changeset viewer.