From f23b025b36ba5767bc1d8c7b469da13c52132bdf Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 21 Oct 2001 19:50:35 +0000 Subject: log USB IDs in hex instead of decimal git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2677 67ed7778-7388-44ab-90cf-0a291f65f57c --- libgphoto2_port/libgphoto2_port/gp_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2_port') diff --git a/libgphoto2_port/libgphoto2_port/gp_port.c b/libgphoto2_port/libgphoto2_port/gp_port.c index d862d445c..974754d4a 100644 --- a/libgphoto2_port/libgphoto2_port/gp_port.c +++ b/libgphoto2_port/libgphoto2_port/gp_port.c @@ -421,7 +421,7 @@ gp_port_flush (GPPort *dev, int direction) int gp_port_usb_find_device (GPPort *dev, int idvendor, int idproduct) { - gp_log (GP_LOG_DEBUG, "gphoto2-port", "Looking for (%i, %i)...", + gp_log (GP_LOG_DEBUG, "gphoto2-port", "Looking for (0x%x, 0x%x)...", idvendor, idproduct); CHECK_NULL (dev); -- cgit v1.2.1