From 6b84f5d67329593fe78b21af157b10ded75a5101 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 23 May 2017 16:43:24 +0100 Subject: [PATCH] Explain TODO more --- .../matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go index 01e12f040..090c0d88c 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go @@ -73,7 +73,7 @@ func main() { log.Panicf("startup: failed to create sync server database with data source %s : %s", cfg.DataSource, err) } - // TODO: DO NOT USE THIS DATABASE + // TODO: DO NOT USE THIS DATA SOURCE (it's the sync one, not devices!) deviceDB, err := devices.NewDatabase(cfg.DataSource) if err != nil { log.Panicf("startup: failed to create device database with data source %s : %s", cfg.DataSource, err)