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); };