Mercurial > hg > svcore
comparison base/TempDirectory.cpp @ 687:06f13a3b9e9e debug-output
Convert many cerrs to DEBUGs
| author | Chris Cannam |
|---|---|
| date | Mon, 16 May 2011 17:19:09 +0100 |
| parents | b4a8d8221eaf |
| children | 1424aa29ae95 |
comparison
equal
deleted
inserted
replaced
| 686:b4a8d8221eaf | 687:06f13a3b9e9e |
|---|---|
| 42 { | 42 { |
| 43 } | 43 } |
| 44 | 44 |
| 45 TempDirectory::~TempDirectory() | 45 TempDirectory::~TempDirectory() |
| 46 { | 46 { |
| 47 std::cerr << "TempDirectory::~TempDirectory" << std::endl; | 47 DEBUG << "TempDirectory::~TempDirectory" << endl; |
| 48 | 48 |
| 49 cleanup(); | 49 cleanup(); |
| 50 } | 50 } |
| 51 | 51 |
| 52 void | 52 void |
