]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
-> fixed a print statement...newline was before !
authorKonrad Hammel <konrad@sangoma.com>
Wed, 16 Jun 2010 16:02:03 +0000 (12:02 -0400)
committerMoises Silva <moy@sangoma.com>
Fri, 18 Jun 2010 22:31:54 +0000 (18:31 -0400)
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_cntrl.c

index a83a6b9881d614bd84948907524c6a7b394b9b02..66f3003832939693b432d661ab03e3c34e185590 100644 (file)
@@ -506,7 +506,7 @@ int  ft_to_sngss7_cfg(void)
             SS7_DEBUG("ISUP interface already configured = %s\n", isup_interface->name);
         } else {
             if (ftmod_ss7_configure_isup_interface(x)) {
-                SS7_ERROR("Failed to configure ISUP interface = %s\n!", isup_interface->name);
+                SS7_ERROR("Failed to configure ISUP interface = %s\n", isup_interface->name);
                 return FTDM_FAIL;
             } else {
                 SS7_INFO("Successfully configured ISUP interface = %s\n", isup_interface->name);