Update of /cvsroot/leaf/src/bering-uclibc/buildtool/buildtool/Common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24902
Modified Files:
Object.pm
Log Message:
- small change to die code (print error message as red colored text)
Index: Object.pm
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/buildtool/Common/Object.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Object.pm 18 Feb 2004 20:00:01 -0000 1.3
--- Object.pm 23 Apr 2004 14:53:48 -0000 1.4
***************
*** 368,375 ****
}
if ($prefix ne "") {
! $pmsg .= $self->makeTextRed($prefix . ": ") ;
! }
! $pmsg .= $msg . "\n";
! $pmsg .= "you might find useful information in log/buildtoollog\n\n";
die($pmsg);
--- 368,377 ----
}
if ($prefix ne "") {
! $pmsg = $self->makeTextRed($prefix . ": ") ;
! $pmsg .= $msg;
! } else {
! $pmsg = $self->makeTextRed($msg) ;
! }
! $pmsg .= "\nyou might find useful information in log/buildtoollog\n\n";
die($pmsg);
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits