commented out lines 376 and 534 from dl_fldigi.cxx - fixes crash when no net connection

pull/2/head
James Coxon 2010-07-14 11:35:55 +01:00
rodzic 38b138ae3f
commit 9f29d422d1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -373,7 +373,7 @@ static void *dl_fldigi_post_thread(void *thread_argument)
else
{
#ifdef DL_FLDIGI_DEBUG
fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
//fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
#endif
put_status_safe("dl_fldigi: sentence upload failed", 10);
@ -531,7 +531,7 @@ static void *dl_fldigi_download_thread(void *thread_argument)
else
{
#ifdef DL_FLDIGI_DEBUG
fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
//fprintf(stderr, "dl_fldigi: (thread %li) curl result (%i) %s\n", pthread_self(), result, curl_easy_strerror(result));
#endif
put_status_safe("dl_fldigi: payload information: download failed", 10);