summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: daaa677)
raw | patch | inline | side by side (parent: daaa677)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 30 Aug 2009 08:41:52 +0000 (10:41 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 30 Aug 2009 08:41:52 +0000 (10:41 +0200) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index b17a3422e1153f15455bd0e1a5ba2a9930d5b6f9..ac1e5aad3d7147564ec2392f24e25babce713fd6 100644 (file)
--- a/src/write_http.c
+++ b/src/write_http.c
if (status != 0)
{
ERROR ("write_http plugin: curl_easy_perform failed with "
- "staus %i: %s",
+ "status %i: %s",
status, cb->curl_errbuf);
}
return (status);