Subject: | debug "session_dir" message fix |
Hi,
It would be nice to fix the debug message when this module starts up,
and also change it to a "core" message.
This patch would fix it.
Thanx,
Vernon
--- lib/Dancer/Session/Storable.pm
+++ lib/Dancer/Session/Storable.pm
@@ -31,7 +31,7 @@
mkdir $session_dir
or die "session_dir $session_dir cannot be created";
}
- Dancer::Logger->debug("session_dir : $session_dir");
+ Dancer::Logger::core("session_dir: $session_dir");
}
# create a new session and return the newborn object