Skip to content

Commit f16c8c0

Browse files
David Huntermasahir0y
authored andcommitted
streamline_config.pl: fix missing variable operator in debug print
Put in the dollar sign for the variable '$config'. That way, the debug message has more meaning. Signed-off-by: David Hunter <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4da0f0d commit f16c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kconfig/streamline_config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ sub parse_config_selects
503503

504504
# Check if something other than a module selects this config
505505
if (defined($orig_configs{$conf}) && $orig_configs{$conf} ne "m") {
506-
dprint "$conf (non module) selects config, we are good\n";
506+
dprint "$conf (non module) selects $config, we are good\n";
507507
# we are good with this
508508
return;
509509
}

0 commit comments

Comments
 (0)