Made reports with -add normal infos (formerly NOTE events)

This commit is contained in:
Thomas Schmitt 2007-10-19 14:00:06 +00:00
parent 38adcb045b
commit 8526583d00
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.18.225654"
#define Xorriso_timestamP "2007.10.19.140031"

View File

@ -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);
}