mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 23:42:39 +02:00
remove debug output
This commit is contained in:
parent
b32b314368
commit
690ba1da2b
@ -25,7 +25,7 @@
|
|||||||
#include "Poco/ActiveMethod.h"
|
#include "Poco/ActiveMethod.h"
|
||||||
#include "Poco/Void.h"
|
#include "Poco/Void.h"
|
||||||
#include "Poco/FileStream.h"
|
#include "Poco/FileStream.h"
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|
||||||
@ -65,9 +65,8 @@ protected:
|
|||||||
ostr.close();
|
ostr.close();
|
||||||
istr.close();
|
istr.close();
|
||||||
}
|
}
|
||||||
catch (Poco::Exception& exc)
|
catch (Poco::Exception&)
|
||||||
{
|
{
|
||||||
std::cerr << "***************** Error: " << exc.displayText() << std::endl;
|
|
||||||
// deflating failed - remove gz file and leave uncompressed log file
|
// deflating failed - remove gz file and leave uncompressed log file
|
||||||
ostr.close();
|
ostr.close();
|
||||||
Poco::File gzf(gzPath);
|
Poco::File gzf(gzPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user