git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13464 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-05-27 13:06:27 +00:00
parent 66c0d19f12
commit 2f4d0e7456
1 changed files with 1 additions and 1 deletions

View 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 */