13
0

squelch "curl failed: No Error"

This commit is contained in:
Robin Gareus 2017-04-21 00:12:20 +02:00
parent f913d5b9f6
commit 4cda36f63f

View File

@ -191,7 +191,9 @@ _pingback (void *arg)
}
}
} else {
std::cerr << "curl failed: " << h.error () << std::endl;
#ifndef NDEBUG
std::cerr << "pingback: " << h.error () << std::endl;
#endif
}
delete cm;