X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=output%2Ftext%2Fbits.c;h=7e2d665a6dddccd704975d4e44b4102f22af00a7;hb=cac0bbaafd0813bfdbfef1c7e235c5c886618354;hp=d66b7823f911be79db07a5a91f081c075d757684;hpb=133a37bfba1a7e1423716b2b872d3bb82a2e64d9;p=libsigrok.git diff --git a/output/text/bits.c b/output/text/bits.c index d66b7823..7e2d665a 100644 --- a/output/text/bits.c +++ b/output/text/bits.c @@ -1,7 +1,7 @@ /* * This file is part of the sigrok project. * - * Copyright (C) 2011 Bert Vermeulen + * Copyright (C) 2010-2012 Bert Vermeulen * Copyright (C) 2011 HÃ¥vard Espeland * * 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;