-/* $OpenBSD: subr_hibernate.c,v 1.128 2021/08/30 09:45:29 deraadt Exp $ */
+/* $OpenBSD: subr_hibernate.c,v 1.129 2021/08/31 14:45:25 deraadt Exp $ */
/*
* Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl>
disk_size = compressed_size;
- printf("unhibernating @ block %lld length %lu bytes\n",
+ printf("unhibernating @ block %lld length %luMB\n",
hib->sig_offset - chunktable_size,
- compressed_size);
+ compressed_size / (1024 * 1024));
/* Allocate the pig area */
pig_sz = compressed_size + HIBERNATE_CHUNK_SIZE;