--- trunk/lib/Frey/Web.pm 2009/10/13 23:13:56 1193 +++ trunk/lib/Frey/Web.pm 2009/11/04 21:49:05 1194 @@ -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`;