[Freeswitch-svn] [commit] r13464 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Wed May 27 06:06:28 PDT 2009
Author: anthm
Date: Wed May 27 08:06:27 2009
New Revision: 13464
Log:
fix typo
Modified:
freeswitch/trunk/src/switch_xml.c
Modified: freeswitch/trunk/src/switch_xml.c
==============================================================================
--- freeswitch/trunk/src/switch_xml.c (original)
+++ freeswitch/trunk/src/switch_xml.c Wed May 27 08:06:27 2009
@@ -1288,7 +1288,7 @@
line++;
if (err && stderr) {
- fprintf(stderr, "Error [%s] in line %s line %d\n", err, file, line);
+ fprintf(stderr, "Error [%s] in file %s line %d\n", err, file, line);
}
/* we ignore <include> or </include> for the sake of validators as well as <?xml version="1.0"?> type stuff */
More information about the Freeswitch-svn
mailing list