1
0
mirror of synced 2026-01-21 17:55:25 +00:00

2006-12-25 21:41:55 by steve

s/logpring/logprint/g
This commit is contained in:
steve 2006-12-25 21:41:55 +00:00
parent 3181b65876
commit f16bb6a1d8

View File

@ -512,7 +512,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.117 2006-12-25 12:25:40 steve Exp $
$Id: xen-create-image,v 1.118 2006-12-25 21:41:55 steve Exp $
=cut
@ -1107,7 +1107,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.117 $';
my $REVISION = '$Revision: 1.118 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;
@ -2563,7 +2563,7 @@ sub runCommand
if ( $? != 0 )
{
logprint( "Running command '$cmd' failed.\n" );
logpring( "Aborting\n" );
logprint( "Aborting\n" );
exit;
}