summaryrefslogtreecommitdiff
path: root/qga/channel-win32.c
diff options
context:
space:
mode:
authorYossi Hindin <yhindin@redhat.com>2015-05-06 14:57:38 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2015-06-17 16:03:46 +0200
commitc69403fcd4a0cb89f838a212ab71e4a1a3464c95 (patch)
tree12ae1c4c545ca835e0d51381d1b0cb680c2c97cf /qga/channel-win32.c
parent5e031072e71eebab3d7d2ea4609e84bc928d893e (diff)
downloadqemu-c69403fcd4a0cb89f838a212ab71e4a1a3464c95.tar.gz
qemu-ga: debug printouts to help troubleshoot installation
Debug printouts extended, helps installation troubleshooting Signed-off-by: Yossi Hindin <yhindin@redhat.com> Message-Id: <1430913460-13174-3-git-send-email-yhindin@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qga/channel-win32.c')
-rw-r--r--qga/channel-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/channel-win32.c b/qga/channel-win32.c
index 0d5e5f511f..04fa5e4d1d 100644
--- a/qga/channel-win32.c
+++ b/qga/channel-win32.c
@@ -306,7 +306,7 @@ static gboolean ga_channel_open(GAChannel *c, GAChannelMethod method,
OPEN_EXISTING,
FILE_FLAG_NO_BUFFERING | FILE_FLAG_OVERLAPPED, NULL);
if (c->handle == INVALID_HANDLE_VALUE) {
- g_critical("error opening path");
+ g_critical("error opening path %s", newpath);
return false;
}