diff options
Diffstat (limited to 'src/httpfetch.cpp')
-rw-r--r-- | src/httpfetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 979f11160..f10351a01 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -616,7 +616,7 @@ protected: void *run() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); CurlHandlePool pool; |