use standard __func__ instead of __PRETTY_FUNCTION__
This commit is contained in:
@@ -381,7 +381,7 @@ public:
|
||||
filein >> hashChecksum;
|
||||
}
|
||||
catch (std::exception &e) {
|
||||
return error("%s : Deserialize or I/O error - %s", __PRETTY_FUNCTION__, e.what());
|
||||
return error("%s : Deserialize or I/O error - %s", __func__, e.what());
|
||||
}
|
||||
|
||||
// Verify checksum
|
||||
|
||||
Reference in New Issue
Block a user