diff --git a/repos/libports/src/lib/vfs/lwip/vfs.cc b/repos/libports/src/lib/vfs/lwip/vfs.cc index fb48a0f269..0c66f26fc9 100644 --- a/repos/libports/src/lib/vfs/lwip/vfs.cc +++ b/repos/libports/src/lib/vfs/lwip/vfs.cc @@ -2032,6 +2032,7 @@ class Lwip::File_system final : public Vfs::File_system, public Lwip::Directory if (_netif.ready()) return true; /* handle must be woken when the interface comes up */ + Genode::warning("read blocked until lwIP interface is ready"); _netif.enqueue(*vfs_handle); return false; }