summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-08-12 13:59:04 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-08-12 13:59:04 +0000
commitf716e291a5b965a6439690d83ea8aeeb8095257a (patch)
tree5de619f007d04e41f3d3236fb29abe8d4550ca1b /libgphoto2_port/libgphoto2_port
parentad57fb4d847dc2672a40dbef33e2971c004b75f4 (diff)
downloadlibgphoto2-f716e291a5b965a6439690d83ea8aeeb8095257a.tar.gz
added missing argument to gp_log
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14089 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index 45c911269..a30276788 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -306,7 +306,8 @@ gp_port_info_list_load (GPPortInfoList *list)
if (result < 0)
return (result);
if (list->iolib_count == 0) {
- gp_log (GP_LOG_ERROR, "No iolibs found in '%s'", iolibs);
+ gp_log (GP_LOG_ERROR, "gphoto2-port-info-list",
+ "No iolibs found in '%s'", iolibs);
return GP_ERROR_LIBRARY;
}
return (GP_OK);