diff options
author | Ermal <eri@pfsense.org> | 2011-09-07 18:07:06 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-09-07 18:07:06 +0000 |
commit | 5b4f3f1b6055ed2577bf973aff52d6f609bb40b7 (patch) | |
tree | 9ec6aef732f848f87f57234c788bc9484c317a7c /etc | |
parent | 00257cf5edfad9d99ab12c9e9958e276e4a8c565 (diff) | |
download | pfsense-5b4f3f1b6055ed2577bf973aff52d6f609bb40b7.zip pfsense-5b4f3f1b6055ed2577bf973aff52d6f609bb40b7.tar.gz |
Remove duplicated occurence during merging
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/voucher.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc index 36f9d8e..79da8af 100644 --- a/etc/inc/voucher.inc +++ b/etc/inc/voucher.inc @@ -629,7 +629,6 @@ function voucher_read_used_db($roll) { fclose($fd); } else { voucher_log(LOG_ERR, sprintf(gettext('cant read %1$s/voucher_%s_used_%2$s.db'), $g['vardb_path'], $cpzone, $roll)); - voucher_log(LOG_ERR, "cant read {$g['vardb_path']}/voucher_{$cpzone}_used_$roll.db"); } } return base64_decode($vdb); |