Fix some extra bugs and it seems now it is even able to trim the journal
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ int main(int narg, char *args[])
|
||||
};
|
||||
|
||||
ringloop->register_consumer(main_cons);
|
||||
while (true)
|
||||
while (1)
|
||||
{
|
||||
ringloop->loop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user