From 25d0b5a818931296297c7a0332cfd6c47dce0a1b Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 20 Jul 2017 10:17:04 +0200 Subject: [PATCH] Rename according to what is commonly used within G4KLX software --- YSFParrot/YSFParrot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YSFParrot/YSFParrot.cpp b/YSFParrot/YSFParrot.cpp index fe7717d..568fb12 100644 --- a/YSFParrot/YSFParrot.cpp +++ b/YSFParrot/YSFParrot.cpp @@ -85,8 +85,8 @@ void CYSFParrot::run() return; } - LogInfo("Debug: %s", m_debug ? "Enabled" : "Disabled"); - LogInfo("Logging to file: %s", m_log ? "Enabled" : "Disabled"); + LogInfo("Debug: %s", m_debug ? "enabled" : "disabled"); + LogInfo("Logging to file: %s", m_log ? "enabled" : "disabled"); CParrot parrot(180U); CNetwork network(m_port);