Showing 2 changed files with 3 additions and 2 deletions
+1 -1
cpanfile
... ...
@@ -31,5 +31,5 @@ requires 'Sub::Uplevel', '== 0.24';
31 31
 requires 'Data::Page::Navigation', '== 0.06';
32 32
 requires 'Data::Page::Navigation', '== 0.06';
33 33
 requires 'Mojolicious::Plugin::BasicAuth', '== 0.08';
34
-requires 'Mojolicious::Plugin::AutoRoute', '== 0.18';
34
+requires 'Mojolicious::Plugin::AutoRoute', '== 0.19';
35 35
 requires 'Mojolicious::Plugin::INIConfig', '== 0.03';
+2 -1
templates/smart-http/service.html.ep
... ...
@@ -64,7 +64,8 @@
64 64
     else {
65 65
       $c->finish;
66 66
       waitpid($pid, 0);
67
-      app->log->error(url_for . ": $error") if defined $error;
67
+
68
+      $c->app->log->error($c->url_for . ": $error") if defined $error;
68 69
       undef $cb;
69 70
       return;
70 71
     }