summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlreader.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-17 14:17:46 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-17 14:17:46 -0300
commit5cfa35dfe4a498d9aa953f8d72399cb2a7eb077f (patch)
tree7d6c162c24daf0068129563a277a5f81be7784f9 /etc/inc/xmlreader.inc
parenta57b6d575f3730064a79f175ff772dd766cdb961 (diff)
downloadpfsense-5cfa35dfe4a498d9aa953f8d72399cb2a7eb077f.zip
pfsense-5cfa35dfe4a498d9aa953f8d72399cb2a7eb077f.tar.gz
Fix syntax
Diffstat (limited to 'etc/inc/xmlreader.inc')
-rw-r--r--etc/inc/xmlreader.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlreader.inc b/etc/inc/xmlreader.inc
index 9c6eb99..a215bc9 100644
--- a/etc/inc/xmlreader.inc
+++ b/etc/inc/xmlreader.inc
@@ -126,7 +126,7 @@ function parse_xml_config_raw($cffile, $rootobj, $isstring = "false") {
add_elements($parsedcfg, $par);
$par->close();
} else
- log_error(sprintf(gettext("Error returned while trying to parse %s"), $cffile"));
+ log_error(sprintf(gettext("Error returned while trying to parse %s"), $cffile));
return $parsedcfg[$rootobj];
}
OpenPOWER on IntegriCloud