Fix warning.
authorBrenden Matthews <brenden@diddyinc.com>
Tue, 5 Oct 2010 20:22:27 +0000 (13:22 -0700)
committerBrenden Matthews <brenden@diddyinc.com>
Tue, 5 Oct 2010 20:22:42 +0000 (13:22 -0700)
src/ccurl_thread.c

index fa1efcb..10e73a6 100644 (file)
@@ -149,7 +149,7 @@ void ccurl_fetch_data(ccurl_location_t *curloc)
                                        case 304:
                                                break;
                                        default:
-                                               NORM_ERR("curl: no data from server, got HTTP status %d %s",
+                                               NORM_ERR("curl: no data from server, got HTTP status %ld",
                                                                http_status_code);
                                                break;
                                }