Disabled a log message

Wed, 18 Oct 2023 11:43:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 18 Oct 2023 11:43:16 +0200
changeset 853
f54decd31acb
parent 852
71f0fa38b634
child 854
548e5e9af0c6

Disabled a log message

bmsd/ispindels.c file | annotate | diff | comparison | revisions
--- a/bmsd/ispindels.c	Wed Oct 18 10:06:11 2023 +0200
+++ b/bmsd/ispindels.c	Wed Oct 18 11:43:16 2023 +0200
@@ -345,7 +345,7 @@
 			"angle='%.5f', refresh='%d', uuid='%s'",
 			ispindel->beercode, datetime, ispindel->temperature, ispindel->gravity, plato_to_sg(ispindel->gravity),
 			ispindel->battery, ispindel->angle, ispindel->interval, ispindel->uuid);
-	syslog(LOG_NOTICE, "%s", query);
+	//syslog(LOG_NOTICE, "%s", query);
 	bms_mysql_query(query);
 
 	free(datetime);

mercurial