summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/Static.pm4
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;