From a8eabad3dae3f8465aeba9cdcda9d221babae2d7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 6 Aug 2024 21:33:58 +0200 Subject: [PATCH] Corrected the pacifier message when scanning for volid or timestamp --- libisoburn/burn_wrap.c | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libisoburn/burn_wrap.c b/libisoburn/burn_wrap.c index 990f31ae..fb113048 100644 --- a/libisoburn/burn_wrap.c +++ b/libisoburn/burn_wrap.c @@ -2310,7 +2310,7 @@ not_found:; if(now - last_pacifier >= 5 && track_count > 0) { last_pacifier= now; sprintf(msg, - "Scanned %d tracks for matching volid in %.f seconds", + "Scanned %d tracks for matching volid or timestamp in %.f seconds", track_count, (double) (now - start_time)); isoburn_msgs_submit(o, 0x00060000, msg, 0, "UPDATE", 0); } @@ -2379,7 +2379,7 @@ ex:; if(start_time != last_pacifier && track_count > 0) { now= time(NULL); sprintf(msg, - "Scanned %d tracks for matching volid in %.f seconds", + "Scanned %d tracks for matching volid or timestamp in %.f seconds", track_count, (double) (now - start_time)); isoburn_msgs_submit(o, 0x00060000, msg, 0, "UPDATE", 0); } diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 46fe7433..16859533 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2024.08.06.193209" +#define Xorriso_timestamP "2024.08.06.193329"