diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 18:04:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 18:04:40 +0100 |
commit | 3b0c26d1517706beb91e5d91c4a0b0f3dac33172 (patch) | |
tree | 36a1a37e7fbf746055ff23776f46054606787a3d /src/auditordb | |
parent | 8313dbd569a2579072f821f25c25c30543722b86 (diff) |
downgrate FIXMEs to TODOs
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index a1e71ade2..3434dded9 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -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); |