clean log

This commit is contained in:
Chris Lu
2012-08-24 01:15:27 -07:00
parent 869a6711bc
commit 09ed882e5f
7 changed files with 40 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ type Store struct {
dir string
Port int
PublicUrl string
Limit StorageLimit
}
func NewStore(port int, publicUrl, dirname string, volumeListString string) (s *Store) {