changeset 551:bce3183c2e35

fix error msg
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 13 Nov 2019 18:13:57 +0900
parents 91c8f5613a49
children 3ef66c1568be
files src/parallel_execution/update_context.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);