summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-25 07:01:10 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-25 07:01:10 +0000
commit5d75c51c585c99e2fd52ed8b6980ce4b91a30d7b (patch)
treec04651bf4b8c7b3eeba6f3f20017df073532745d /libgphoto2_port/libgphoto2_port
parentc331c09c35096c02764926e2aafb80106aeabba7 (diff)
downloadlibgphoto2-5d75c51c585c99e2fd52ed8b6980ce4b91a30d7b.tar.gz
corrected level text
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10314 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
index 164b34f25..e9e257497 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
@@ -65,7 +65,7 @@ static unsigned int log_funcs_count = 0;
/**
* \brief Add a function to get logging information
*
- * \param level a #GPLogLevel
+ * \param level the maximum level of logging it will get, up to and including the passed value
* \param func a #GPLogFunc
* \param data data
*