Add trace to opens
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Mar 2014 17:10:59 +0000 (19:10 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 27 Mar 2014 17:10:59 +0000 (19:10 +0200)
lib/Gruntmaster/Page/Generic.pm

index cb8dd679118c8db36a259b1bbc6086fa5782c3be..089337b9473745678c16b3c2df4fe563db7cb14d 100644 (file)
@@ -141,6 +141,7 @@ thing {
                                owner   => $env->{REMOTE_USER},
                        })
                } if $env->{'gruntmaster.contest'} && time >= db($env)->contest($env->{'gruntmaster.contest'})->start;
+               say "Error when creating open: $@";
        };
 };
 
This page took 0.010637 seconds and 4 git commands to generate.