Skip to content

Commit

Permalink
added missing 'd'.
Browse files Browse the repository at this point in the history
  • Loading branch information
graziano obertelli committed Feb 18, 2009
1 parent 26f58c4 commit 83c35db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/walrus.c
Expand Up @@ -128,7 +128,7 @@ static int walrus_request (const char * walrus_op, const char * verb, const char
logprintfl (EUCADEBUG, "walrus_request(): writing %s output to %s\n", verb, outfile);
}
result = curl_easy_perform (curl); /* do it */
logprintfl (EUCADEBUG, "walrus_request(): wrote %l bytes in %l writes\n", total_wrote, total_calls);
logprintfl (EUCADEBUG, "walrus_request(): wrote %ld bytes in %ld writes\n", total_wrote, total_calls);
fclose (fp);

int remove_outfile = 0;
Expand Down

0 comments on commit 83c35db

Please sign in to comment.