summaryrefslogtreecommitdiffstats
path: root/disk-utils/resizepart.c
diff options
context:
space:
mode:
authorKarel Zak2012-08-14 08:33:39 +0200
committerKarel Zak2012-08-14 08:33:39 +0200
commit8651b6a70a6f4c32c134745674dc7b72edaa2dfd (patch)
tree6394ab45869b47b5d9d820ef4b274df932958cf7 /disk-utils/resizepart.c
parentresizepart: add new command (diff)
downloadkernel-qcow2-util-linux-8651b6a70a6f4c32c134745674dc7b72edaa2dfd.tar.gz
kernel-qcow2-util-linux-8651b6a70a6f4c32c134745674dc7b72edaa2dfd.tar.xz
kernel-qcow2-util-linux-8651b6a70a6f4c32c134745674dc7b72edaa2dfd.zip
resizepart: remove debug message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/resizepart.c')
-rw-r--r--disk-utils/resizepart.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/disk-utils/resizepart.c b/disk-utils/resizepart.c
index ad8a7b606..5517c4ff2 100644
--- a/disk-utils/resizepart.c
+++ b/disk-utils/resizepart.c
@@ -98,9 +98,6 @@ int main(int argc, char **argv)
err(EXIT_FAILURE, _("%s: failed to get start of the partition number %s"),
wholedisk, argv[2]);
- fprintf(stderr, "KZAK: %d, start=%jd\n", partno, start);
- exit(1);
-
if (partx_resize_partition(fd, partno, start,
strtou64_or_err(argv[3], _("invalid length argument"))))
err(EXIT_FAILURE, _("failed to resize partition"));