Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 13:54:03 +02:00
parent a37251135e
commit b80973cbd0
5 changed files with 15 additions and 8 deletions

View file

@ -60,7 +60,7 @@ int main (int argc, char *argv [])
int power;
time_t interval;
for(int i=0;i<1;i++){
while(1){
interval=INTERVAL(__loginterval);
*logfilepath='\0';
sprintf(logfilepath,"%s/%ld",__logdir,interval);