• J
    UI: Prevent writing endlessly repeating log entries · c23c0f46
    jp9000 提交于
    Limits similar log entries (determined by a simple hash function that
    sums the characters) to certain number of lines in a row.  When a
    different log entry occurs, it resets the repeat check and logs how many
    times the last message was repeated.
    c23c0f46
obs-app.cpp 30.3 KB