X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Farc.c;h=5ac73e1158ca6033ce54a25d03ad4b4d4f0bae4d;hb=47050a88ac1445f3557030d0d7e61b8a397a5476;hp=3b76d1fbf18d08b742320b496f8d07ec8fd44071;hpb=98f72a539c8ca2ba1ca7fc8cac44018ade96065c;p=zfs.git diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 3b76d1f..5ac73e1 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -1710,7 +1710,7 @@ arc_evict(arc_state_t *state, uint64_t spa, int64_t bytes, boolean_t recycle, mutex_exit(&state->arcs_mtx); if (bytes_evicted < bytes) - dprintf("only evicted %lld bytes from %x", + dprintf("only evicted %lld bytes from %x\n", (longlong_t)bytes_evicted, state); if (skipped) @@ -1826,7 +1826,7 @@ top: } if (bytes_deleted < bytes) - dprintf("only deleted %lld bytes from %p", + dprintf("only deleted %lld bytes from %p\n", (longlong_t)bytes_deleted, state); }