Don't close in shutdown, the caller still closes

This commit is contained in:
rubyist 2015-06-19 15:29:58 -04:00
parent 2f0ed97a13
commit c8ea92dec9

@ -307,7 +307,6 @@ func (l *progressLogger) Close() error {
// be used when writing causes an error.
func (l *progressLogger) Shutdown() {
l.writeData = false
l.Close()
}
// newProgressLogger creates a progressLogger based on the presence of