Index: src/plugin/AdblockPlusClient.cpp |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.cpp |
+++ b/src/plugin/AdblockPlusClient.cpp |
@@ -169,9 +169,9 @@ |
enginePipe->WriteMessage(message); |
inputBuffer = enginePipe->ReadMessage(); |
} |
- catch (const std::exception& e) |
+ catch (const std::exception& ex) |
{ |
- DEBUG_GENERAL(e.what()); |
+ DEBUG_EXCEPTION(ex); |
return false; |
} |
DEBUG_GENERAL("CallEngine end"); |