summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_debug.h b/vm_debug.h
index ead1c7c10a..5956105648 100644
--- a/vm_debug.h
+++ b/vm_debug.h
@@ -100,7 +100,7 @@ bool ruby_debug_log_filter(const char *func_name, const char *file_name);
} while (0)
#define RUBY_DEBUG_LOG2(file, line, ...) do { \
- if (RUBY_DEBUG_LOG_ENABLED(RUBY_FUNCTION_NAME_STRING, __FILE__)) \
+ if (RUBY_DEBUG_LOG_ENABLED(RUBY_FUNCTION_NAME_STRING, file)) \
ruby_debug_log(file, line, RUBY_FUNCTION_NAME_STRING, "" __VA_ARGS__); \
} while (0)