[asterisk-commits] seanbright: trunk r143034 - /trunk/apps/app_osplookup.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Sep 13 09:15:09 CDT 2008


Author: seanbright
Date: Sat Sep 13 09:15:08 2008
New Revision: 143034

URL: http://svn.digium.com/view/asterisk?view=rev&rev=143034
Log:
Everytime a compile fails, a puppy dies.

Modified:
    trunk/apps/app_osplookup.c

Modified: trunk/apps/app_osplookup.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_osplookup.c?view=diff&rev=143034&r1=143033&r2=143034
==============================================================================
--- trunk/apps/app_osplookup.c (original)
+++ trunk/apps/app_osplookup.c Sat Sep 13 09:15:08 2008
@@ -1779,7 +1779,7 @@
 	if ((cfg = ast_config_load(OSP_CONFIG_FILE, config_flags)) == CONFIG_STATUS_FILEUNCHANGED) {
 		return 0;
 	} else if (cfg == CONFIG_STATUS_FILEINVALID) {
-		ast_log(LOG_ERROR, "Config file " OSP_CONFIG_FILE " is in an invalid format.  Aborting.\n");
+		ast_log(LOG_ERROR, "Config file %s is in an invalid format.  Aborting.\n", OSP_CONFIG_FILE);
 		return 0;
 	}
 




More information about the asterisk-commits mailing list