diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-20 00:45:58 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:56 +0200 |
commit | f5a81daeeb16c6f64475f3a48b8ea5eb0ec84c9b (patch) | |
tree | 055fdfc7e03b9e6577f1f7fa833f7a29bb81ded2 /Bugzilla/Quantum | |
parent | 723767dc121db1047e1803998ddbbc6c343b1064 (diff) | |
download | bugzilla-f5a81daeeb16c6f64475f3a48b8ea5eb0ec84c9b.tar.gz bugzilla-f5a81daeeb16c6f64475f3a48b8ea5eb0ec84c9b.tar.xz |
run mojolicious daemon instead of httpd
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r-- | Bugzilla/Quantum/Static.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Quantum/Static.pm b/Bugzilla/Quantum/Static.pm index 2a4ed1988..2bd0555e2 100644 --- a/Bugzilla/Quantum/Static.pm +++ b/Bugzilla/Quantum/Static.pm @@ -24,9 +24,9 @@ sub file { return $self->SUPER::file($legacy_rel); } else { - warn "legacy $rel\n"; + warn "mojo $rel\n"; return $self->SUPER::file($rel); } } -1;
\ No newline at end of file +1; |