bmsd/ispindels.c

changeset 681
7ed5c380e21b
parent 680
0bb48333d133
child 684
ccb9f24d0fe9
--- a/bmsd/ispindels.c	Tue May 19 13:50:14 2020 +0200
+++ b/bmsd/ispindels.c	Tue May 19 15:09:31 2020 +0200
@@ -140,7 +140,6 @@
                                 syslog(LOG_NOTICE, "MySQL: `%s' error %u (%s))", query, mysql_errno(con2), mysql_error(con2));
                             } else {
                                 /* Database updated, now update internal memory */
-                                syslog(LOG_NOTICE, "MySQL: `%s' Ok", query);
                                 if (tmpp->beercode)
                                     free(tmpp->beercode);
                                 tmpp->beercode = xstrcpy(beercode);
@@ -167,7 +166,6 @@
                                 syslog(LOG_NOTICE, "MySQL: `%s' error %u (%s))", query, mysql_errno(con2), mysql_error(con2));
                             } else {
                                 /* Database updated, now update internal memory */
-                                syslog(LOG_NOTICE, "MySQL: `%s' Ok", query);
                                 if (tmpp->mode)
                                     free(tmpp->mode);
                                 tmpp->mode = xstrcpy(mode);

mercurial