commit 0a1f6f8ac3438b8a318dd0509c197214ecae4be2
parent 14ab704cde389ae8eea94f08f29ac3af955729c9
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 16 Jan 2020 15:06:48 +0100
log as INFO
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/testing_api_traits.c b/src/lib/testing_api_traits.c
@@ -71,7 +71,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
return GNUNET_OK;
}
}
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Trait %s/%u not found.\n",
trait, index);