Mercurial > pidgin
changeset 24352:8d040d580a44
Missing newline in debug message.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 31 Oct 2008 09:32:41 +0000 |
parents | 18711b62ec27 |
children | c204239bef48 d9a50381a20c |
files | pidgin/gtksound.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtksound.c Fri Oct 31 04:03:44 2008 +0000 +++ b/pidgin/gtksound.c Fri Oct 31 09:32:41 2008 +0000 @@ -447,7 +447,7 @@ if (!sound_cmd || *sound_cmd == '\0') { purple_debug_error("gtksound", "'Command' sound method has been chosen, " - "but no command has been set."); + "but no command has been set.\n"); return; }