summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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