summaryrefslogtreecommitdiff
path: root/program/steps/error.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-12-11 23:25:08 +0000
committerthomascube <thomas@roundcube.net>2006-12-11 23:25:08 +0000
commitc45eb594cdbef4e74313054e462d2bb7e250e724 (patch)
tree8eee79dce5d670b4bdd8d6450fe69c7d8da81230 /program/steps/error.inc
parentdf8e8ec9eee72743d0f14a8409aacf66c4a80d89 (diff)
Little fixes plus additional encoding tables
Diffstat (limited to 'program/steps/error.inc')
-rw-r--r--program/steps/error.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/error.inc b/program/steps/error.inc
index f616ba1bf..8ba39d3b7 100644
--- a/program/steps/error.inc
+++ b/program/steps/error.inc
@@ -73,7 +73,7 @@ else
if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE)
$__error_text = $ERROR_MESSAGE;
else
- $__error_text = 'Error No. ['.dechex($ERROR_CODE).']';
+ $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE);
}