diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 15:06:48 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 15:06:48 +0100 |
commit | 0a1f6f8ac3438b8a318dd0509c197214ecae4be2 (patch) | |
tree | 1b6c1bc85da8f80a77f87109cf693abe428aab98 /src | |
parent | 14ab704cde389ae8eea94f08f29ac3af955729c9 (diff) |
log as INFO
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/testing_api_traits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_traits.c b/src/lib/testing_api_traits.c index 703e14c8a..8b75cc48b 100644 --- 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); |