Re: [spice-gtk v1] channel-main: make debug helpful in case of failures

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx>


On Sat, 2016-08-06 at 17:09 +0200, Victor Toso wrote:
> Debug should come before the g_return_if_fail() otherwise we lose
> important debug data.
> ---
>  src/channel-main.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/channel-main.c b/src/channel-main.c
> index 3f91a43..a074928 100644
> --- a/src/channel-main.c
> +++ b/src/channel-main.c
> @@ -1841,12 +1841,12 @@ static void
> main_agent_handle_xfer_status(SpiceMainChannel *channel,
>      FileTransferOperation *xfer_op;
>      GError *error = NULL;
>  
> +    SPICE_DEBUG("xfer-task %u received response %u", msg->id, msg-
> >result);
> +
>      xfer_task =
> spice_main_channel_find_xfer_task_by_task_id(channel, msg->id);
>      g_return_if_fail(xfer_task != NULL);
>      xfer_op = g_hash_table_lookup(channel->priv->file_xfer_tasks,
> GUINT_TO_POINTER(msg->id));
>  
> -    SPICE_DEBUG("xfer-task %u received response %u", msg->id, msg-
> >result);
> -
>      switch (msg->result) {
>      case VD_AGENT_FILE_XFER_STATUS_CAN_SEND_DATA:
>          g_return_if_fail(spice_file_transfer_task_is_completed(xfer_
> task) == FALSE);
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]