diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2014-01-16 00:06:45 +0100 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2014-01-16 00:06:45 +0100 |
commit | 1bd31990486cc7d9839f349c99eb0cae350ebfd0 (patch) | |
tree | f87f01e2f8b5eb64a2c6b73548bbc8caeb06e7d7 /src | |
parent | d0be48139fffebbba799bd6d2cd6a678e179c6f6 (diff) |
log sent messages too
Diffstat (limited to 'src')
-rw-r--r-- | src/AntFr310XT.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AntFr310XT.cpp b/src/AntFr310XT.cpp index 46c46a2..79b0449 100644 --- a/src/AntFr310XT.cpp +++ b/src/AntFr310XT.cpp @@ -164,6 +164,7 @@ AntFr310XT::onAntReceived(const AntMessage m) void AntFr310XT::onAntSent(const AntMessage m) { + lprintf(antpm::LOG_DBG3, "%s\n", m.str().c_str()); } |