Skip to content

Remove leftover debug printf from EncodeManager::doUpdate#359

Open
gaberudy wants to merge 1 commit intokasmtech:masterfrom
goldenhelix:fix/remove-debug-printf-from-encodemanager
Open

Remove leftover debug printf from EncodeManager::doUpdate#359
gaberudy wants to merge 1 commit intokasmtech:masterfrom
goldenhelix:fix/remove-debug-printf-from-encodemanager

Conversation

@gaberudy
Copy link
Copy Markdown

@gaberudy gaberudy commented May 3, 2026

printf("TOTAL FRAME TOOK: %d\n", ...) runs once per frame on every connection, spamming the kasmvncserver log/console with one line per encode. This appears to be a debug aid left in from the VNC-151 video encoding work.

No behavior change beyond removing the noise.

`printf("TOTAL FRAME TOOK: %d\n", ...)` runs once per frame on every
connection, spamming the kasmvncserver log/console with one line per
encode. This appears to be a debug aid left in from the VNC-151 video
encoding work — there's no flag gating it and the surrounding code uses
the project's `vlog` facility for real diagnostics.

No behavior change beyond removing the noise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant