debug UpdateLH

pull/14/head
Tom Early 6 years ago
parent f097225eec
commit 1eb465fa19

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

Loading…
Cancel
Save

Powered by TurnKey Linux.