From 6a4c0ec09c680fb9e478532fa6fe4991d1d5c68e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 9 Nov 2013 19:55:49 -0500 Subject: [PATCH] TODO: use glog Change-Id: I94ce97b93c73bee47f90a966f5cb1e860b23233a --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 0e750351a..ba08ec678 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,9 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- bring in the google glog package to third_party and use it in + places that want selective logging (e.g. pkg/index/receive.go) + -- camput's havecache initialization should move up a layer to to be global to all commands, not specific to "camput file". (the statcache can stay in file). otherwise, we have no haveCache