]> sigrok.org Git - libsigrok.git/blobdiff - backend.c
Whitespace and comment improvements, no semantical changes.
[libsigrok.git] / backend.c
index 2f51eedd02a595c6be9039470a1151d1890ae7f3..ab668efa800576dacfe8379e64c868b83772dc7c 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -81,7 +81,8 @@ extern struct sr_session *session;
  *
  * Initializing and shutting down libsigrok.
  *
- * Before using any of the libsigrok functionality, sr_init() must
+ * Before using any of the libsigrok functionality (except
+ * sr_log_loglevel_set() and sr_log_opts_set()), sr_init() must
  * be called to initialize the library, which will return a struct sr_context
  * when the initialization was successful.
  *