logging improvement

This commit is contained in:
Aaron Raddon 2014-05-16 14:20:30 -07:00
parent 497d740c1b
commit 69569e0631

View File

@ -312,7 +312,7 @@ iterRunes:
}
}
default:
u.Infof("no case for: %d", state)
u.Infof("no case for: %d : %s", state, datestr)
}
return time.Now(), fmt.Errorf("Could not find date format for %s", datestr)