vet shoudl pass for server.go

pull/1276/head
Cory LaNou 2014-12-30 11:21:15 -06:00
parent 7d339b302d
commit cc4630e268
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ func (s *Server) WriteSeries(database, retentionPolicy, name string, tags map[st
// Now write it into the shard.
sh, err := s.createShardIfNotExists(database, retentionPolicy, id, timestamp)
if err != nil {
return fmt.Errorf("create shard(%s/%d): %s", retentionPolicy, timestamp.Format(time.RFC3339Nano), err)
return fmt.Errorf("create shard(%s/%s): %s", retentionPolicy, timestamp.Format(time.RFC3339Nano), err)
}
// Encode point to a byte slice.