From 45155ce5834c6e193f3509902b41b4c68e489885 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Thu, 28 May 2020 22:01:01 +0200 Subject: [PATCH] update Do 28. Mai 22:01:01 CEST 2020 --- server/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api.js b/server/api.js index 7c26f52..e47a031 100755 --- a/server/api.js +++ b/server/api.js @@ -29,7 +29,7 @@ module.exports = function (io, sql, app_cfg, waip) { sql.db_rmld_save(data, function (result) { if (result) { waip.rmld_verteilen_by_uuid(data.waip_uuid, data.rmld_uuid); - sql.db_log('API', 'Rückmeldung von ' + remote_ip + ' gespeichert: ' + data); + sql.db_log('API', 'Rückmeldung von ' + remote_ip + ' gespeichert: ' + result); } else { sql.db_log('API', 'Fehler beim speichern der Rückmeldung von ' + remote_ip + ': ' + data); };