Skip to content

Commit

Permalink
qemu-ga: debug printouts to help troubleshoot installation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yossi Hindin authored and bonzini committed Jun 17, 2015
1 parent 5e03107 commit c69403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qga/channel-win32.c
Expand Up @@ -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;
}

Expand Down
1 change: 1 addition & 0 deletions qga/commands-win32.c
Expand Up @@ -721,6 +721,7 @@ GList *ga_command_blacklist_init(GList *blacklist)
}

if (!vss_init(true)) {
g_debug("vss_init failed, vss commands are going to be disabled");
const char *list[] = {
"guest-get-fsinfo", "guest-fsfreeze-status",
"guest-fsfreeze-freeze", "guest-fsfreeze-thaw", NULL};
Expand Down

0 comments on commit c69403f

Please sign in to comment.