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("','");