From 1eb465fa197d62387a08e52dcf17df35a5092843 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 30 Mar 2020 19:37:51 -0700 Subject: [PATCH] debug UpdateLH --- QnetDB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/QnetDB.cpp b/QnetDB.cpp index af7a72f..df36084 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -82,6 +82,7 @@ bool CQnetDB::UpdateLH(const char *callsign, const char *sfx, const char module, { if (NULL == db) return false; + printf("UpdateLH call=%s sfx=%s mod=%c ref='%s'\n", callsign, sfx, module, reflector); std::string sql("REPLACE INTO LHEARD (callsign,sfx,module,reflector,lasttime) VALUES ('"); sql.append(callsign); sql.append("','");