diff --git a/ChangeLog b/ChangeLog index 409182d49..8069ffc3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-04 Henning Meier-Geinitz + + * sanei/sanei_usb.c: Fixed inconsistent error message (patch from + Mattias Ellert ). + 2004-02-01 Gerhard Jaeger * sanei/sanei_thread.c: added Mattias Ellerts' patch to make sanei_thread_kill work on MacOSX. diff --git a/sanei/sanei_usb.c b/sanei/sanei_usb.c index 8796c0193..867e847c0 100644 --- a/sanei/sanei_usb.c +++ b/sanei/sanei_usb.c @@ -896,7 +896,7 @@ sanei_usb_write_bulk (SANE_Int dn, const SANE_Byte * buffer, size_t * size) #endif /* not HAVE_LIBUSB */ else { - DBG (1, "sanei_usb_read_bulk: access method %d not implemented\n", + DBG (1, "sanei_usb_write_bulk: access method %d not implemented\n", devices[dn].method); return SANE_STATUS_INVAL; }