add log_trace message while traversing input buffer

This commit is contained in:
onyx-and-iris 2024-06-27 22:56:58 +01:00
parent 41bf1322ac
commit 50271edd8f

View File

@ -194,6 +194,7 @@ void interactive(T_VBVMR_INTERFACE *vmr)
continue;
}
i = 0;
log_trace("commands still in buffer: %s", p);
while (!isspace(*p))
command[i++] = *p++;