From 782c32a76bbbea0acecb774d9c740ee7ba48f4a0 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 20 Mar 2005 05:35:09 +0000 Subject: more descriptions --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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; -- cgit v1.1