comparison pidgin/gtksound.c @ 24295:8d040d580a44

Missing newline in debug message.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 31 Oct 2008 09:32:41 +0000
parents c767bcb40b36
children 32ad012ef6ac d855ff9cf839
comparison
equal deleted inserted replaced
24293:18711b62ec27 24295:8d040d580a44
445 sound_cmd = purple_prefs_get_path(PIDGIN_PREFS_ROOT "/sound/command"); 445 sound_cmd = purple_prefs_get_path(PIDGIN_PREFS_ROOT "/sound/command");
446 446
447 if (!sound_cmd || *sound_cmd == '\0') { 447 if (!sound_cmd || *sound_cmd == '\0') {
448 purple_debug_error("gtksound", 448 purple_debug_error("gtksound",
449 "'Command' sound method has been chosen, " 449 "'Command' sound method has been chosen, "
450 "but no command has been set."); 450 "but no command has been set.\n");
451 return; 451 return;
452 } 452 }
453 453
454 esc_filename = g_shell_quote(filename); 454 esc_filename = g_shell_quote(filename);
455 455