mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 16:51:08 +00:00
add log_trace message while traversing input buffer
This commit is contained in:
parent
41bf1322ac
commit
50271edd8f
@ -194,6 +194,7 @@ void interactive(T_VBVMR_INTERFACE *vmr)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
i = 0;
|
i = 0;
|
||||||
|
log_trace("commands still in buffer: %s", p);
|
||||||
|
|
||||||
while (!isspace(*p))
|
while (!isspace(*p))
|
||||||
command[i++] = *p++;
|
command[i++] = *p++;
|
||||||
|
Loading…
Reference in New Issue
Block a user