]> sigrok.org Git - libsigrok.git/blobdiff - output/text/bits.c
sr: Prefix log messages with subsystem string.
[libsigrok.git] / output / text / bits.c
index d66b7823f911be79db07a5a91f081c075d757684..7e2d665a6dddccd704975d4e44b4102f22af00a7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  * Copyright (C) 2011 HÃ¥vard Espeland <gus@ping.uio.no>
  *
  * This program is free software: you can redistribute it and/or modify
@@ -94,7 +94,8 @@ SR_PRIV int data_bits(struct sr_output *o, const char *data_in,
                        }
                }
        } else {
-               sr_info("short buffer (length_in=%" PRIu64 ")", length_in);
+               sr_info("bits out: short buffer (length_in=%" PRIu64 ")",
+                       length_in);
        }
 
        *data_out = outbuf;