diff --git a/ChangeLog b/ChangeLog index e70ad36ef..ba2e80b6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2009-12-04 Nicolas Martin * doc/descriptions/pixma.desc, doc/sane-pixma.man, backend/pixma.h, backend/pixma.c, backend/pixma_mp150.c: - pixma: bumped minor, added compilation type debug message. + pixma: bumped version, added compilation type debug message. updated doc and desc (support for MX330) 2009-12-05 Stéphane Voltz diff --git a/backend/pixma.c b/backend/pixma.c index ab2bafbcc..a71f3edc8 100644 --- a/backend/pixma.c +++ b/backend/pixma.c @@ -1023,7 +1023,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) DBG_INIT (); sanei_thread_init (); pixma_set_debug_level (DBG_LEVEL); - + PDBG(pixma_dbg(2, "pixma is compiled %s pthread support.\n", (sanei_thread_is_forked () ? "without" : "with")));