summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.c b/variable.c
index dfb4b169cd..b93dacf3df 100644
--- a/variable.c
+++ b/variable.c
@@ -73,6 +73,7 @@ fc_i(key, value, res)
if (!rb_is_const_id(key)) return ST_CONTINUE;
+ printf("fc: %s\n", rb_id2name(key));
if (value == res->klass) {
res->path = fc_path(res, key);
return ST_STOP;