]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Added column_* interface for retrieving column matadata that is stored
[maypole.git] / lib / Maypole.pm
index 02ecadecea777e22da44581f75987b0aef5638fe..494174273f36e0421ca612487cbdb44434930e32 100644 (file)
@@ -658,7 +658,7 @@ sub __load_request_model
         $self->model_class( $mclass );
     }
     elsif ($self->debug) {
-        warn "\n***Warning:  No $mclass class appropriate  to set as request model : $@***\n"
+      warn "***Warning:  No $mclass class appropriate for model. @_"; 
     }
 }