do not log uninitialized amount
This commit is contained in:
parent
155a4bc11b
commit
1c1d4e1ad6
@ -525,7 +525,6 @@ aggregate_cb (void *cls,
|
|||||||
struct AggregationUnit *au = cls;
|
struct AggregationUnit *au = cls;
|
||||||
struct TALER_Amount old;
|
struct TALER_Amount old;
|
||||||
enum GNUNET_DB_QueryStatus qs;
|
enum GNUNET_DB_QueryStatus qs;
|
||||||
struct TALER_Amount delta;
|
|
||||||
|
|
||||||
/* NOTE: potential optimization: use custom SQL API to not
|
/* NOTE: potential optimization: use custom SQL API to not
|
||||||
fetch these: */
|
fetch these: */
|
||||||
@ -632,9 +631,8 @@ aggregate_cb (void *cls,
|
|||||||
return qs;
|
return qs;
|
||||||
}
|
}
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
|
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
|
||||||
"Aggregator marked deposit %llu over %s as DONE\n",
|
"Aggregator marked deposit %llu as DONE\n",
|
||||||
(unsigned long long) row_id,
|
(unsigned long long) row_id);
|
||||||
TALER_amount2s (&delta));
|
|
||||||
return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
|
return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user