summaryrefslogtreecommitdiff
path: root/src/publisher.c
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-15 20:51:45 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-15 20:51:45 +0200
commit087253ca04b79b3d13d8df62ba3c1ed3a3a99470 (patch)
treea718a533b33a92b31a384670e12f04e593d1812e /src/publisher.c
parent3ed96f9c9a813130f26cd1187fc439440067e5cc (diff)
Minor changes
Diffstat (limited to 'src/publisher.c')
-rw-r--r--src/publisher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher.c b/src/publisher.c
index e216232..7c401c4 100644
--- a/src/publisher.c
+++ b/src/publisher.c
@@ -62,7 +62,7 @@ int main (int argc, char *argv [])
// Send current one
if(FILE_EXISTS(logfile)){
publish(publisher,logfile,client,interval);
- //remove(logfile);
+ remove(logfile);
}
}
}