summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_halt.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_halt.php')
-rwxr-xr-xsrc/usr/local/www/diag_halt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_halt.php b/src/usr/local/www/diag_halt.php
index 848d96b..10e30dc 100755
--- a/src/usr/local/www/diag_halt.php
+++ b/src/usr/local/www/diag_halt.php
@@ -85,7 +85,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
print_info_box(gettext("The system is halting now. This may take one minute or so."), 'success', false);
if (DEBUG) {
- print(sprintf(gettext("Not actually halting (DEBUG is set true)%s"), "<br />"));
+ printf(gettext("Not actually halting (DEBUG is set true)%s"), "<br />");
} else {
print('<pre>');
system_halt();
OpenPOWER on IntegriCloud