From 8526583d0074c8e7bcb7128fd3baf8f4458dc811 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 19 Oct 2007 14:00:06 +0000 Subject: [PATCH] Made reports with -add normal infos (formerly NOTE events) --- test/xorriso_timestamp.h | 2 +- test/xorrisoburn.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index f84a485b..f17f2e72 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2007.10.18.225654" +#define Xorriso_timestamP "2007.10.19.140031" diff --git a/test/xorrisoburn.c b/test/xorrisoburn.c index b39c718f..de4835d1 100644 --- a/test/xorrisoburn.c +++ b/test/xorrisoburn.c @@ -482,10 +482,9 @@ attach_source:; *npt= '/'; } Xorriso_process_msg_queues(xorriso,0); - sprintf(xorriso->info_text, - "Added %s '%s'='%s'", (is_dir ? "directory" : "node"), - img_path, disk_path); - Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0); + sprintf(xorriso->info_text, "Added %s '%s'='%s'\n", + (is_dir ? "directory" : "node"), img_path, disk_path); + Xorriso_info(xorriso, 0); xorriso->volset_change_pending= 1; return(1); }