diff --git a/src/fs_stat.hpp b/src/fs_stat.hpp index 0a4da0ff..aba0aa96 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -97,7 +97,7 @@ namespace fs return rv; } - DIE("Should never reach this: follow_={}",follow_); + DIE("Should never reach this: follow_={}",sc(follow_)); return -EINVAL; } }