summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 05:35:09 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 05:35:09 +0000
commit782c32a76bbbea0acecb774d9c740ee7ba48f4a0 (patch)
tree34417fa63ea9d00bbd85ff791f09ca7817b064cb /etc
parent2e523ffed6cefad9a473ce0de110f7e5bb1a7343 (diff)
downloadpfsense-782c32a76bbbea0acecb774d9c740ee7ba48f4a0.zip
pfsense-782c32a76bbbea0acecb774d9c740ee7ba48f4a0.tar.gz
more descriptions
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c361a9f..725d7ee 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -762,7 +762,7 @@ function restore_config_section($section, $new_contents) {
$section_xml = parse_xml_config_pkg($g['tmp_path'] . "/tmpxml", $section);
$config[$section] = &$section_xml;
unlink($g['tmp_path'] . "/tmpxml");
- write_config();
+ write_config("Restored {$section} of config file (maybe from CARP partner)");
conf_mount_ro();
config_unlock();
return;
OpenPOWER on IntegriCloud