Skip to content

[BUG] Libmodule debug output floods the stdout #308

@baybal

Description

@baybal

NOTE: Please try to upgrade Clight if not running on latest release, before reporting a bug!

Clight version the issue has been seen with:

4.12-a4d4762

Used distribution:

Gentoo

Describe the bug
Stdout gets flooded with libmodule debug output

Libmodule @ tell_if:54| Telling a message to 'KEYBOARD'.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ tell_if:54| Telling a message to 'INTERFACE'.
Libmodule @ stack_peek:112| (stack_length(s) > 0) condition failed.
Libmodule @ tell_if:54| Telling a message to 'KEYBOARD'.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ stack_peek:112| (stack_length(s) > 0) condition failed.

Expected behavior
Silent output

To Reproduce
Build latest git clight

Please attach a Clight verbose log too!

clight.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions