From 2f4d0e74568a94dc9829b5b7525b10afeb4d1349 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 27 May 2009 13:06:27 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13464 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_xml.c b/src/switch_xml.c index eb691f4575..3ed3dcb7ef 100644 --- a/src/switch_xml.c +++ b/src/switch_xml.c @@ -1288,7 +1288,7 @@ static int preprocess(const char *cwd, const char *file, int write_fd, int rleve 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 or for the sake of validators as well as type stuff */