Closed GoogleCodeExporter closed 8 years ago
the logging in mp4v2 recently received an update, so it's probably not your
build process or anything that's changed for you. dbyron will hopefully have a
bit of time to look into this one for you. Thanks for reporting it.
Original comment by kid...@gmail.com
on 17 Apr 2011 at 6:37
This is another case where the text of a message made me think of a warning,
but maybe it's not as severe as that. Before the logging changes it was:
VERBOSE_READ(GetVerbosity(),
printf("Warning: In atom %s unexpected child atom %s\n",
GetType(), pChildAtom->GetType()));
and now it's
log.warningf("%s: \"%s\": In atom %s unexpected child atom %s", __FUNCTION__,
m_File.GetFilename().c_str(), GetType(), pChildAtom->GetType());
(Fingers crossed that the line wrapping comes out right). Anyway, I'll change
to verbose1f and leave out the word warning as I did for issue #91.
Original comment by dbyr...@gmail.com
on 19 Apr 2011 at 4:20
fixed in svn r460
Original comment by dbyr...@gmail.com
on 19 Apr 2011 at 4:23
Original issue reported on code.google.com by
CarlEd...@gmail.com
on 16 Apr 2011 at 3:58