From f9bac40b4f91e78d67a6a32224fc196878a9f7c6 Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Thu, 12 Sep 2024 03:10:29 +0200 Subject: [PATCH] register connection --- src/acs.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/acs.cpp b/src/acs.cpp index c7e6c68..4520d3e 100644 --- a/src/acs.cpp +++ b/src/acs.cpp @@ -83,7 +83,8 @@ void acs::web_read(char *url, const char *data) { } else if (res != CURLE_OK || web_data.compare("OK")) { ack_time = t; - QMessageBox::information(this, "REGISTRAZIONE ACCESSO", "ATTENZIONE, non e' stato possibile contattare il registro elettronico degli accessi\nSi prega di verificare con cura che sia presente una registrazione", QMessageBox::Ok); + // QMessageBox::information(this, "REGISTRAZIONE ACCESSO", "ATTENZIONE, non e' stato possibile contattare il registro elettronico degli accessi\nSi prega di verificare con cura che sia presente una registrazione", QMessageBox::Ok); + timestamp(); cout << tmBuffer << "ATTENZIONE, non e' stato possibile contattare il registro elettronico degli accessi" << endl; } web_data.clear(); // clean escaped url string -- GitLab