[Pkg-running-devel] [antpm] 40/41: ant: fix typo
Kristof Ralovich
ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
ralovich-guest pushed a commit to branch upstream
in repository antpm.
commit 89ed272bc89c3d341cb91a3815942fa8bd8f9bf6
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date: Tue Feb 23 22:19:26 2016 +0100
ant: fix typo
---
src/AntFr310XT.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/AntFr310XT.cpp b/src/AntFr310XT.cpp
index 654f5ab..4bbb930 100644
--- a/src/AntFr310XT.cpp
+++ b/src/AntFr310XT.cpp
@@ -568,7 +568,7 @@ AntFr310XT::handleEvents()
continue;
}
logger() << "Would transfer course file 0x" << toString<ushort>(fileIdx,4,'0')
- << "@" << DeviceSettings::time2str(t) << " older than "
+ << "@" << DeviceSettings::time2str(t) << " newer than "
<< DeviceSettings::time2str(m_ds->LastTransferredTime) << "\n";
}
@@ -686,7 +686,7 @@ AntFr310XT::handleEvents()
continue;
}
logger() << "Transfer course file 0x" << toString<ushort>(fileIdx,4,'0')
- << "@" << DeviceSettings::time2str(t) << " older than "
+ << "@" << DeviceSettings::time2str(t) << " newer than "
<< DeviceSettings::time2str(m_ds->LastTransferredTime) << "\n";
std::vector<uchar> data;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git
More information about the Pkg-running-devel
mailing list