diff --git a/xorriso/drive_mgt.c b/xorriso/drive_mgt.c index cd7c0aa9..4de434a1 100644 --- a/xorriso/drive_mgt.c +++ b/xorriso/drive_mgt.c @@ -1742,8 +1742,8 @@ int Xorriso_list_speeds_sub(struct XorrisO *xorriso, int flag) sprintf(xorriso->info_text, "Could not get any %s speed information from drive", (flag & 4) ? "write" : "read"); - Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0); - ret= 0; goto ex; + Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0); + ret= 2; goto ex; } ret= 1; ex:; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 18cd05bb..899031f9 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.01.05.072818" +#define Xorriso_timestamP "2014.01.09.154437"