]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 27 May 2009 13:06:27 +0000 (13:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 27 May 2009 13:06:27 +0000 (13:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13464 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_xml.c

index eb691f4575f009f5a7c73be06d2e864f3b64a0a3..3ed3dcb7ef62345f41f32c7f0718e36bb3dcd79f 100644 (file)
@@ -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 <include> or </include> for the sake of validators as well as <?xml version="1.0"?> type stuff */