Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/gpt/resize.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/gpt/resize.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- src/sbin/gpt/resize.c 2015/11/30 19:59:34 1.13 +++ src/sbin/gpt/resize.c 2015/12/01 02:03:55 1.14 @@ -33,7 +33,7 @@ __FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.14 2006/06/22 22:05:28 marcel Exp $"); #endif #ifdef __RCSID -__RCSID("$NetBSD: resize.c,v 1.13 2015/11/30 19:59:34 christos Exp $"); +__RCSID("$NetBSD: resize.c,v 1.14 2015/12/01 02:03:55 christos Exp $"); #endif #include @@ -166,8 +166,8 @@ resize(int fd) gpt_write(fd, lbt); gpt_write(fd, tpg); - printf("Partition %d resized on %s: ", entry, device_arg); - printf("%" PRIu64 " %" PRIu64 "\n", map->map_start, newsize); + gpt_msg("Partition %d resized: %" PRIu64 " %" PRIu64 "\n", entry, + map->map_start, newsize); } int