mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[FIX/ADD] Fix YAML generation, keep track of time
This commit is contained in:
parent
a48c3ba126
commit
13a9d23fa0
12 changed files with 33 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ SignalHandler(int signal)
|
|||
if (signal == SIGPIPE)
|
||||
{
|
||||
Log(LOG_DEBUG, "Caught a SIGPIPE...");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue