]> sigrok.org Git - libsigrokdecode.git/blobdiff - instance.c
Update a few Doxygen @since tags.
[libsigrokdecode.git] / instance.c
index 83a6dfb04bc5333c8983ec458421a4684ab84329..5f48b717a941090418d8e37a7bb704ec8b3e4bf9 100644 (file)
@@ -192,7 +192,7 @@ static gint compare_channel_id(const struct srd_channel *pdch,
  *
  * @return SRD_OK upon success, a (negative) error code otherwise.
  *
- * @since 0.1.0
+ * @since 0.3.0
  */
 SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di,
                GHashTable *new_channels, int unit_size)
@@ -204,8 +204,8 @@ SRD_API int srd_inst_channel_set_all(struct srd_decoder_inst *di,
        int *new_channelmap, new_channelnum, num_required_channels, i;
        char *channel_id;
 
-       srd_dbg("set channels called for instance %s with list of %d probes, "
-               "unitsize %d", di->inst_id, g_hash_table_size(new_channels), unit_size);
+       srd_dbg("Setting channels for instance %s with list of %d channels, "
+               "unitsize %d.", di->inst_id, g_hash_table_size(new_channels), unit_size);
 
        if (g_hash_table_size(new_channels) == 0)
                /* No channels provided. */