--- branches/zimbardo/lib/Frey/Web.pm 2009/11/04 21:50:06 1195 +++ branches/zimbardo/lib/Frey/Web.pm 2010/11/03 21:43:50 1196 @@ -542,7 +542,7 @@ =cut sub log_path { - $Frey::Bootstrap::log_path || die "no log_path?"; + $Frey::Bootstrap::log_path || die "no log_path did you load Frey::Bootstrap?"; } our $pwd = `pwd`;