X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fs3store.c;h=ccf08780017ef5b5c2992ad0a1b6a13b7d20a862;hb=99b1c3a692a5c6f0c3f6b3affcf34609555c5ebd;hp=336afc26e3fd00a82760426f85363e12d5523a5d;hpb=a4e456f91da9819e5a1517d4e505816bb4aa1007;p=bluesky.git diff --git a/bluesky/s3store.c b/bluesky/s3store.c index 336afc2..ccf0878 100644 --- a/bluesky/s3store.c +++ b/bluesky/s3store.c @@ -68,14 +68,11 @@ static void s3store_response_callback(S3Status status, { struct get_info *info = (struct get_info *)callbackData; - g_print("S3 operation complete, status=%s, now=%ld\n", - S3_get_status_name(status), bluesky_now_hires()); - if (status == 0) { info->success = 1; } - if (errorDetails != NULL) { + if (errorDetails != NULL && errorDetails->message != NULL) { g_print(" Error message: %s\n", errorDetails->message); } }