From 1cc7f54a8d02c8e781a77a5c7fab4f6174bf312d Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 30 Apr 2014 14:45:24 +0200 Subject: use standard __func__ instead of __PRETTY_FUNCTION__ --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index aff20d0379..825e577d1e 100644 --- a/src/main.h +++ b/src/main.h @@ -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 -- cgit v1.2.3