log which subquery failed
This commit is contained in:
parent
ce50b33fba
commit
8563dcc845
@ -1157,7 +1157,12 @@ TEH_PG_get_reserve_status (void *cls,
|
|||||||
&rhc);
|
&rhc);
|
||||||
if ( (0 > qs) ||
|
if ( (0 > qs) ||
|
||||||
(GNUNET_OK != rhc.status) )
|
(GNUNET_OK != rhc.status) )
|
||||||
|
{
|
||||||
|
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
|
||||||
|
"Query %s failed\n",
|
||||||
|
work[i].statement);
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if ( (qs < 0) ||
|
if ( (qs < 0) ||
|
||||||
(rhc.status != GNUNET_OK) )
|
(rhc.status != GNUNET_OK) )
|
||||||
|
Loading…
Reference in New Issue
Block a user