Add second log stmt to hello

This commit is contained in:
Alexander Weidinger
2019-05-05 19:15:38 +02:00
parent e7876b2f60
commit e8885e3c28

View File

@@ -3,4 +3,5 @@
void Component::construct(Genode::Env &)
{
Genode::log("Hello World from hello!");
Genode::log("second msg!");
}