Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 13748)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 13786)
@@ -3,4 +3,5 @@
 use warnings;
 use strict;
+use Carp;
 
 ## report the program and machine
@@ -158,5 +159,5 @@
     my $exit_code = shift; # Exit code to add
 
-    warn($msg);
+    carp($msg);
     if ($chip_id and $class_id and not $no_update) {
 	my $command = "$chiptool -addprocessedimfile";
