mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
fixed a log info
This commit is contained in:
parent
a5bad45780
commit
66da392357
2
main.cpp
2
main.cpp
@ -1127,7 +1127,7 @@ void process_arg(int argc, char *argv[])
|
||||
sscanf(optarg,"%d:%d\n",&dup_delay_min,&dup_delay_max);
|
||||
if(dup_delay_min<0 ||dup_delay_max<0||dup_delay_min>dup_delay_max)
|
||||
{
|
||||
mylog(log_fatal," must satisfy 0<=dmin<=dmax\n");
|
||||
mylog(log_fatal," must satisfy 0<=tmin<=tmax\n");
|
||||
myexit(-1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user