Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach
Similar reasoning to what was done in r286367 with geom_uzip(4)
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Differential D3320
Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach Authored by ngie on Aug 6 2015, 3:38 PM.
Details
Make some geom_uncompress debug printf's into DPRINTF's to reduce noise on attach/detach Similar reasoning to what was done in r286367 with geom_uzip(4) MFC after: 1 week
Diff Detail
Event TimelineComment Actions For what's worth, I think those two should be merged into one entity, not carried forward in parallel. I don't know why the g_uncompress/mkulzma has been added in the first place if it provides a superset of g_uzip / mkuzip's functionality and should have been just the new code / CLI option for the latter. I don't know if @ray is available for the comment and svn logs provide no clue, but I see no reason for such code bloat. I just did lot of work on improving both g_uzip / mkuzip and I did not even realize we have its almost complete twins in the tree. :( |