[sword-svn] r2079 - trunk/src/mgr
scribe at www.crosswire.org
scribe at www.crosswire.org
Sat Sep 15 15:38:42 MST 2007
Author: scribe
Date: 2007-09-15 15:38:41 -0700 (Sat, 15 Sep 2007)
New Revision: 2079
Modified:
trunk/src/mgr/curlftpt.cpp
Log:
Added temporary debug
Modified: trunk/src/mgr/curlftpt.cpp
===================================================================
--- trunk/src/mgr/curlftpt.cpp 2007-09-14 03:31:44 UTC (rev 2078)
+++ trunk/src/mgr/curlftpt.cpp 2007-09-15 22:38:41 UTC (rev 2079)
@@ -96,9 +96,15 @@
#ifdef EPRT_AVAILABLE
curl_easy_setopt(session, CURLOPT_FTP_USE_EPRT, 0);
+fprintf(stderr, "***** using CURLOPT_FTP_USE_EPRT\n");
#endif
+
+fprintf(stderr, "***** About to perform curl easy action. \n");
+fprintf(stderr, "***** destPath: %s \n", destPath);
+fprintf(stderr, "***** sourceURL: %s \n", sourceURL);
res = curl_easy_perform(session);
+fprintf(stderr, "***** Finished performing curl easy action. \n");
if(CURLE_OK != res) {
retVal = -1;
More information about the sword-cvs
mailing list