Skip to content
This repository was archived by the owner on Nov 25, 2017. It is now read-only.

Commit fcd98bd

Browse files
author
Mattias Levin
committed
Added log statement
1 parent f3e8bda commit fcd98bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/HelloWorldController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
public class HelloWorldController extends Controller {
1010

1111
public Result helloWorld() {
12+
Logger.error("helloWorld not found");
1213
return notFound();
1314
}
1415

0 commit comments

Comments
 (0)