Skip Menu |

This queue is for tickets about the Dancer-Session-Storable CPAN distribution.

Report information
The Basics
Id: 81464
Status: resolved
Priority: 0/
Queue: Dancer-Session-Storable

People
Owner: Nobody in particular
Requestors: VLYON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
On 2012-11-26 15:48:46, VLYON wrote: Show quoted text
> Hi, > It would be nice to fix the debug message when this module starts up, > and also change it to a "core" message.
Good spot - 0.06 is heading to CPAN right now wit that fixed. Cheers!