downgrate FIXMEs to TODOs

This commit is contained in:
Christian Grothoff 2020-01-17 18:04:40 +01:00
parent 8313dbd569
commit 3b0c26d151
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -887,7 +887,7 @@ postgres_gc (void *cls)
struct GNUNET_PQ_PreparedStatement ps[] = {
#if 0
GNUNET_PQ_make_prepare ("gc_auditor",
"FIXME #4960",
"TODO: #4960",
0),
#endif
GNUNET_PQ_PREPARED_STATEMENT_END
@ -901,7 +901,7 @@ postgres_gc (void *cls)
if (NULL == conn)
return GNUNET_SYSERR;
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"FIXME: Auditor GC not implemented (#4960)\n");
"TODO: Auditor GC not implemented (#4960)\n");
qs = GNUNET_PQ_eval_prepared_non_select (conn,
"gc_auditor",
params_time);

View File

@ -112,7 +112,7 @@ reserve_status_cb (void *cls,
}
/**
* FIXME: need a way to check if reserve history is consistent. Every
* TODO: We should check that reserve history is consistent. Every
* command which relates to reserve 'x' should be added in a linked list of
* all commands that relate to the same reserve 'x'.
*