Add second log stmt to hello
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
void Component::construct(Genode::Env &)
|
||||
{
|
||||
Genode::log("Hello World from hello!");
|
||||
Genode::log("second msg!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user