aboutsummaryrefslogtreecommitdiff
path: root/apps/wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wm.c')
-rw-r--r--apps/wm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wm.c b/apps/wm.c
index ecc7cb2..8916abf 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -2,6 +2,7 @@
#include <assert.h>
#include <def.h>
+#include <errno.h>
#include <gfx.h>
#include <gui.h>
#include <input.h>
@@ -404,7 +405,7 @@ int main(int argc, char **argv)
}
}
}
- panic("Poll/read error!\n");
+ panic("Poll/read error: %s\n", strerror(errno));
}
// TODO: Execute?