From f5a81daeeb16c6f64475f3a48b8ea5eb0ec84c9b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 19 May 2018 18:45:58 -0400 Subject: run mojolicious daemon instead of httpd --- Bugzilla/Quantum/Static.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Quantum') 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; -- cgit v1.2.3-24-g4f1b