Explain TODO more

This commit is contained in:
Kegan Dougal 2017-05-23 16:43:24 +01:00
parent c1ca544301
commit 6b84f5d673

View file

@ -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)