From cf181bdcd6c6ae9edc0b0cfcac482a7957b24c58 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 10 Nov 2011 13:45:23 +0000 Subject: [PATCH] Removed remark about SCSI logging being restricted to Linux system adapter --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 2004ebb..dd1d7d4 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.11.09.111408" +#define Cdrskin_timestamP "2011.11.10.134432" diff --git a/libburn/libburn.h b/libburn/libburn.h index bbd7ad2..6642cf7 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -782,7 +782,7 @@ int burn_abort_pacifier(void *handle, int patience, int elapsed); void burn_set_verbosity(int level); /* ts A91111 */ -/** Enable resp. disable logging of SCSI commands (currently GNU/Linux only). +/** Enable resp. disable logging of SCSI commands. This call can be made at any time - even before burn_initialize(). It is in effect for all active drives and currently not very thread safe for multiple drives.