home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20b275
)
Fix error should've been fatal
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 01:52:31 +0000
(21:52 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 01:52:31 +0000
(21:52 -0400)
x5/khatus.c
patch
|
blob
|
blame
|
history
diff --git
a/x5/khatus.c
b/x5/khatus.c
index
117fb98
..
0ecac5a
100644
(file)
--- a/
x5/khatus.c
+++ b/
x5/khatus.c
@@
-438,7
+438,7
@@
fifo_read_all(Config *cfg, struct timespec *ti, char *buf)
/* TODO: Reconsider what to do here. */
return;
default:
-
error
("pselect failed: %d, errno: %d, msg: %s\n",
+
fatal
("pselect failed: %d, errno: %d, msg: %s\n",
ready, errno, strerror(errno));
}
}
This page took
0.022431 seconds
and
4
git commands to generate.