Resolve issue with debug logging.

merge-requests/1/head
Jan Hauffa 2011-04-24 20:54:19 +02:00 zatwierdzone przez m. allan noah
rodzic 272c1d6fde
commit 877f250b5c
3 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -46,8 +46,9 @@
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
and similar USB2 scanners. */
#define BACKEND_NAME mustek_usb2
#define DEBUG_NOT_STATIC
#define BUILD 11
#include "sane/config.h"
#include <stdlib.h>
@ -57,9 +58,8 @@
#include "sane/sane.h"
#include "sane/sanei.h"
#include "sane/saneopts.h"
#define BACKEND_NAME mustek_usb2
#include "sane/sanei_backend.h"
#include "sane/sanei_debug.h"
#include "mustek_usb2.h"

Wyświetl plik

@ -45,6 +45,7 @@
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
and similar USB2 scanners. */
#define BACKEND_NAME mustek_usb2
#define DEBUG_DECLARE_ONLY
#include "sane/config.h"
@ -57,6 +58,7 @@
#include "sane/sane.h"
#include "sane/sanei_usb.h"
#include "sane/sanei_backend.h"
#include "sane/sanei_debug.h"
#include "mustek_usb2_asic.h"

Wyświetl plik

@ -45,6 +45,7 @@
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
and similar USB2 scanners. */
#define BACKEND_NAME mustek_usb2
#define DEBUG_DECLARE_ONLY
#include "sane/config.h"
@ -57,6 +58,7 @@
#include "byteorder.h"
#include "sane/sane.h"
#include "sane/sanei_backend.h"
#include "sane/sanei_debug.h"
#include "mustek_usb2_high.h"