diff --git a/src/ezTime.cpp b/src/ezTime.cpp index 78d4399..9cb3547 100644 --- a/src/ezTime.cpp +++ b/src/ezTime.cpp @@ -391,9 +391,9 @@ namespace ezt { } else { info(String(abs(correction))); if (correction > 0) { - infoln(F(" ms fast)")); - } else { infoln(F(" ms slow)")); + } else { + infoln(F(" ms fast)")); } } } else {