Author: sayer
Date: 2008-05-06 11:28:11 +0200 (Tue, 06 May 2008)
New Revision: 935
Modified:
trunk/apps/voicebox/VoiceboxDialog.cpp
trunk/apps/voicebox/etc/voicebox.conf
Log:
newline fixes
Modified: trunk/apps/voicebox/VoiceboxDialog.cpp
===================================================================
--- trunk/apps/voicebox/VoiceboxDialog.cpp 2008-05-06 09:25:34 UTC (rev
934)
+++ trunk/apps/voicebox/VoiceboxDialog.cpp 2008-05-06 09:28:11 UTC (rev
935)
@@ -228,7 +228,7 @@
userdir_open = true;
int ecode = ret.get(0).asInt();
if (MSG_EUSRNOTFOUND == ecode) {
- DBG("empty mailbox for user '%s' domain '%s'.",
+ DBG("empty mailbox for user '%s' domain '%s'.\n",
user.c_str(), domain.c_str()
);
closeMailbox();
@@ -236,7 +236,7 @@
}
if (MSG_OK != ecode) {
- ERROR("userdir_open for user '%s' domain '%s': %s",
+ ERROR("userdir_open for user '%s' domain '%s': %s\n",
user.c_str(), domain.c_str(),
MsgStrError(ret.get(0).asInt()));
closeMailbox();
Modified: trunk/apps/voicebox/etc/voicebox.conf
===================================================================
--- trunk/apps/voicebox/etc/voicebox.conf 2008-05-06 09:25:34 UTC (rev
934)
+++ trunk/apps/voicebox/etc/voicebox.conf 2008-05-06 09:28:11 UTC (rev
935)
@@ -30,4 +30,4 @@
#
# default language (if not set in App-Params)
#
-default_language=english
\ No newline at end of file
+default_language=english
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev