fix log msg

This commit is contained in:
Christian Grothoff 2020-03-01 13:45:19 +01:00
parent 3818cb8f52
commit 31958f3ae8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -77,7 +77,8 @@ sign_account_data (void *cls,
if (NULL == wire)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not sign wire account `%s'. Is the URI well-formed?\n");
"Could not sign wire account `%s'. Is the URI well-formed?\n",
ai->payto_uri);
global_ret = 1;
return;
}