summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2012-08-07 01:03:34 -0700
committerErmal Luçi <ermal.luci@gmail.com>2012-08-07 01:03:34 -0700
commitb0c5dd87fd3574b90796c453803cea2d9f721f94 (patch)
tree244817715f0eeb9fe3f4b9628c518fa0669af082
parenta25ec99eff37925cd29bec40a9ae311e46209c5e (diff)
parent2e009ccba6778f03f7ae8cd57c2f982e67c6aef3 (diff)
downloadpfsense-b0c5dd87fd3574b90796c453803cea2d9f721f94.zip
pfsense-b0c5dd87fd3574b90796c453803cea2d9f721f94.tar.gz
Merge pull request #207 from phildd/master
firmware_update_misc log file name out of date
-rwxr-xr-xusr/local/www/diag_nanobsd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_nanobsd.php b/usr/local/www/diag_nanobsd.php
index a007f69..4289eda 100755
--- a/usr/local/www/diag_nanobsd.php
+++ b/usr/local/www/diag_nanobsd.php
@@ -234,7 +234,7 @@ if ($savemsg)
echo "\nFile list:\n";
echo file_get_contents("/conf/file_upgrade_log.txt");
echo "\nMisc log:\n";
- echo file_get_contents("/conf/firmware_update_misc.log");
+ echo file_get_contents("/conf/firmware_update_misc_log.txt");
echo "\nfdisk/bsdlabel log:\n";
echo file_get_contents("/conf/fdisk_upgrade_log.txt");
echo "</textarea>";
OpenPOWER on IntegriCloud