Ignore:
Timestamp:
2013-05-01T18:55:50Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
af496d8
Parents:
dd95ce4 (diff), c2a863d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from vmiklos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skyped.py

    rdd95ce4 rf539d6e  
    273273                if options.log:
    274274                        sock = open(options.log, "a")
    275                         sock.write(prefix + ": " + sanitized)
     275                        sock.write("%s: %s\n" % (prefix, sanitized))
    276276                        sock.close()
    277277
Note: See TracChangeset for help on using the changeset viewer.