use -Wl on -no-undefined as it is a linker option:
[oweals/gnunet.git] / src / ats / test_ats_api_common.c
index 44d6274243dad7d5faabefaa3a4477f319d02c6d..934877024b409b47e4c5baa8c456cd9b95ac3b31 100644 (file)
@@ -186,7 +186,7 @@ load_quotas (const struct GNUNET_CONFIGURATION_Handle *cfg,
       }
       else
       {
-          GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Outbound quota configure for network `%s' is %llu\n"),
+          GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Outbound quota configure for network `%s' is %llu\n"),
               network_str[c], out_dest[c]);
       }
       GNUNET_free (quota_out_str);
@@ -220,7 +220,7 @@ load_quotas (const struct GNUNET_CONFIGURATION_Handle *cfg,
       }
       else
       {
-          GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Inbound quota configured for network `%s' is %llu\n"),
+          GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Inbound quota configured for network `%s' is %llu\n"),
               network_str[c], in_dest[c]);
       }
       GNUNET_free (quota_in_str);