Made reports with -add normal infos (formerly NOTE events)
This commit is contained in:
parent
fd5e112c03
commit
cf46802aac
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2007.10.18.225654"
|
||||
#define Xorriso_timestamP "2007.10.19.140031"
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user