[Pidgin] #2903: Missing newlines in debug messages.
Pidgin
trac at pidgin.im
Sat Sep 1 16:20:29 EDT 2007
#2903: Missing newlines in debug messages.
-----------------------+----------------------------------------------------
Reporter: QuLogic | Type: patch
Status: new | Priority: minor
Component: libpurple | Version: 2.1.1
Keywords: | Pending: 0
-----------------------+----------------------------------------------------
I was looking at #2889's debug log, and I noticed a line that was missing
a \n at the end. So I did a little search through everything (while
practicing some regular expressions, of course ;) for `purple_debug_*`
lines that were missing \n at the end of their message.
I've attached a patch that fixes as many places as I could find. A few
places ended with "\n." instead of ".\n", as well as one time with an
unnecessary NULL as a final parameter. I think there were even two cases
where the `category` parameter was forgotten, too.
--
Ticket URL: <http://developer.pidgin.im/ticket/2903>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list