From 1a69a09766789ca1347cef9a1546f2cca30ad4b0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 24 Sep 2006 19:02:51 +0000 Subject: [PATCH] Recorded error_code 0x00020001 --- libburn/libdax_msgs.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libburn/libdax_msgs.h b/libburn/libdax_msgs.h index d6ca852..83ead66 100644 --- a/libburn/libdax_msgs.h +++ b/libburn/libdax_msgs.h @@ -274,21 +274,22 @@ Format: error_code (LIBDAX_MSGS_SEV_*,LIBDAX_MSGS_PRIO_*) = explanation If no severity or priority are fixely associates, use "(,)". ------------------------------------------------------------------------------ -Range "libdax_msgs" : 0x00000000 to 0x0000ffff +Range "libdax_msgs" : 0x00000000 to 0x0000ffff - 0x0000 (ALL,ZERO) = Initial setting in new libdax_msgs_item - 0x0001 (DEBUG,ZERO) = Test error message + 0x00000000 (ALL,ZERO) = Initial setting in new libdax_msgs_item + 0x00000001 (DEBUG,ZERO) = Test error message ------------------------------------------------------------------------------ -Range "elmom" : 0x00010000 to 0x0001ffff +Range "elmom" : 0x00010000 to 0x0001ffff ------------------------------------------------------------------------------ -Range "scdbackup" : 0x00020000 to 0x0002ffff - +Range "scdbackup" : 0x00020000 to 0x0002ffff + 0x00020001 (SORRY,LOW) = Cannot open busy drive + ------------------------------------------------------------------------------