Print the reason why a notification spec failed to parse
This commit is contained in:
@@ -601,7 +601,7 @@ namespace cryptonote
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
MERROR("Failed to parse block notify spec");
|
||||
MERROR("Failed to parse block notify spec: " << e.what());
|
||||
}
|
||||
|
||||
try
|
||||
@@ -611,7 +611,7 @@ namespace cryptonote
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
MERROR("Failed to parse reorg notify spec");
|
||||
MERROR("Failed to parse reorg notify spec: " << e.what());
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user