summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 17:55:54 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 17:55:54 +0100
commit02f58d7491e49179312915e7d7e631718bcb62c6 (patch)
treecfd1d4f0d82ea8238514117a1c4d4ee380a6a383 /src
parent86e7ef0dfd1f1895e67d533f068080012ff27c8d (diff)
reduce chattiness in release
Diffstat (limited to 'src')
-rw-r--r--src/AntChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AntChannel.cpp b/src/AntChannel.cpp
index 31c90a5..5bd5b2a 100644
--- a/src/AntChannel.cpp
+++ b/src/AntChannel.cpp
@@ -331,7 +331,7 @@ AntBurstListener::collectBurst(std::vector<uint8_t>& burstData, const size_t tim
lprintf(LOG_ERR, "couldn't reconstruct burst data transmission before timeout\n"); fflush(stdout);
return false;
}
- lprintf(LOG_INF, "collectBurst: %d bytes\n", int(burstData.size()));
+ lprintf(LOG_DBG, "collectBurst: %d bytes\n", int(burstData.size()));
return true;
}