~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/utils/ping.c

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    MirConnection *conn = mir_connect_sync(server, argv[0]);
77
77
    if (!mir_connection_is_valid(conn))
78
78
    {
79
 
        fprintf(stderr, "Could not connect to a display server.\n");
 
79
        fprintf(stderr, "Could not connect to a display server: %s\n", mir_connection_get_error_message(conn));
80
80
        return 1;
81
81
    }
82
82