mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Kill debug printf that crept in my last commit
This commit is contained in:
parent
25639ca722
commit
01ee1d1668
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113805
@ -696,7 +696,6 @@ event_loop(void)
|
||||
FD_SET(fd, &fds);
|
||||
rv = select(fd + 1, &fds, &fds, &fds, &tv);
|
||||
// No events -> we've processed all pending events
|
||||
fprintf(stderr, "Select returns %d\n", rv);
|
||||
if (rv == 0) {
|
||||
if (Dflag)
|
||||
fprintf(stderr, "Calling daemon\n");
|
||||
|
Loading…
Reference in New Issue
Block a user