chiark / gitweb /
conf-parser: warn if an assignment is place outside of a section
[elogind.git] / src / logs-show.c
index 5a001331407f9fa7a9c08a0fa707101c91fc2540..f023f0aaef4f481283f4566b6f9384890a3d9650 100644 (file)
@@ -633,7 +633,7 @@ int show_journal_by_unit(
                 if (!follow)
                         break;
 
-                r = fd_wait_for_event(fd, POLLIN);
+                r = fd_wait_for_event(fd, POLLIN, (usec_t) -1);
                 if (r < 0)
                         goto finish;