Get the vhost based repository displatcher for shadowcat working, I think
[catagits/Gitalist.git] / lib / Gitalist / Model / CollectionOfRepos.pm
index 1071d82..6fdcf2c 100644 (file)
@@ -117,7 +117,7 @@ sub build_per_context_instance {
 
     my $class = $self->class;
 
-    $ctx->log->debug("Using class '$class'") if $c->debug;
+    $ctx->log->debug("Using class '$class'") if $ctx->debug;
 
     return $class->new(%args);
 }