-make log level less severe
authorChristian Grothoff <christian@grothoff.org>
Sat, 25 Jun 2016 11:44:52 +0000 (11:44 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 25 Jun 2016 11:44:52 +0000 (11:44 +0000)
src/my/my.c

index 5ca80b63c919b08c86755aeca8c09d5a9a7fa974..dd0e402514f24dcf8434a90a80328d0792a9e893 100644 (file)
@@ -234,7 +234,7 @@ GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh,
                            field_off,
                            &result[field_off]))
         {
-          GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+          GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                       "Post-conversion for MySQL result failed at offset %u\n",
                       i);
           mysql_stmt_free_result (stmt);