[libgfbgraph] (trivial) A better error message



commit 4c67d81d1f458592a90ad495c291da6fe0f16e46
Author: Álvaro Peña <alvaropg gmail com>
Date:   Wed Oct 23 23:47:46 2013 +0200

    (trivial) A better error message

 tests/test-async.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-async.c b/tests/test-async.c
index bf43f20..600f05d 100644
--- a/tests/test-async.c
+++ b/tests/test-async.c
@@ -85,7 +85,7 @@ me_async_cb (GFBGraphAuthorizer *authorizer, GAsyncResult *res, gpointer user_da
 
         me = gfbgraph_user_get_me_async_finish (authorizer, res, &error);
         if (error != NULL) {
-                g_print ("Error: %s\n", error->message);
+                g_print ("Error getting me: %s\n", error->message);
                 g_main_loop_quit (main_loop);
         } else {
                 gchar *me_name;


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