[Pkg-libvirt-commits] [libguestfs] 277/384: daemon: btrfs: Remove full stop from end of error message.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:57:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit a34416091e9f79defa14cafd91f9e7ecd3ee6853
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri Feb 13 10:47:19 2015 +0000
daemon: btrfs: Remove full stop from end of error message.
This fixes commit 56732ed6a08af7e3f7f1f17e89e8dc62cf3d4f4a.
---
daemon/btrfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 5cab52a..438c720 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@ -610,7 +610,7 @@ do_btrfs_subvolume_get_default (const mountable_t *fs)
goto error;
}
if (sscanf (out, "ID %" SCNi64, &ret) != 1) {
- reply_with_error ("%s: could not parse subvolume id: %s.", argv[0], out);
+ reply_with_error ("%s: could not parse subvolume id: %s", argv[0], out);
ret = -1;
goto error;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list