Removed remark about SCSI logging being restricted to Linux system adapter

This commit is contained in:
Thomas Schmitt 2011-11-10 13:45:23 +00:00
parent cc65aa9df6
commit cf181bdcd6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.11.09.111408"
#define Cdrskin_timestamP "2011.11.10.134432"

View File

@ -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.