Author: akv Date: 2010-06-01 00:48:03 +0200 (Tue, 01 Jun 2010) New Revision: 3414
Modified: trunk/plugins/output-picasa/rs-picasa-client.c Log: Removed VERBOSE on curl when creating albums. Modified: trunk/plugins/output-picasa/rs-picasa-client.c =================================================================== --- trunk/plugins/output-picasa/rs-picasa-client.c 2010-05-31 21:20:26 UTC (rev 3413) +++ trunk/plugins/output-picasa/rs-picasa-client.c 2010-05-31 22:48:03 UTC (rev 3414) @@ -1,4 +1,4 @@ -/** +BOSE/** * Documentation for Picasa: * http://code.google.com/apis/picasaweb/docs/2.0/developers_guide_protocol.html * Login: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html @@ -278,7 +278,6 @@ curl_easy_setopt(picasa_client->curl, CURLOPT_URL, url->str); curl_easy_setopt(picasa_client->curl, CURLOPT_WRITEFUNCTION, write_callback); curl_easy_setopt(picasa_client->curl, CURLOPT_WRITEDATA, data); - curl_easy_setopt(picasa_client->curl, CURLOPT_VERBOSE, TRUE); curl_easy_setopt(picasa_client->curl, CURLOPT_HTTPHEADER, header); curl_easy_setopt(picasa_client->curl, CURLOPT_POST, TRUE); curl_easy_setopt(picasa_client->curl, CURLOPT_POSTFIELDS, body); _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
