# HG changeset patch # User anatofuz # Date 1573636437 -32400 # Node ID bce3183c2e355297b5118e6ec9bed7730d038c3a # Parent 91c8f5613a49ddb17cca040cdfcd9deda954c49b fix error msg diff -r 91c8f5613a49 -r bce3183c2e35 src/parallel_execution/update_context.pl --- a/src/parallel_execution/update_context.pl Wed Nov 13 18:12:07 2019 +0900 +++ b/src/parallel_execution/update_context.pl Wed Nov 13 18:13:57 2019 +0900 @@ -27,7 +27,7 @@ last; } if ( $line =~ /struct $data_gear_name/) { - print "WARN! This struct already exists\n"; + print "WARN! $data_gear_name struct already exists\n"; exit 1; } push(@first_context_headers, $line);