[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 1/2] mg-allocate: fix typo in message
--- mg-allocate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg-allocate b/mg-allocate index abeae10..883746b 100755 --- a/mg-allocate +++ b/mg-allocate @@ -242,7 +242,7 @@ sub plan () { foreach my $req (@reqlist) { my ($ok, $shareix) = alloc_1res($req->{Ident}); if (!$ok) { - logm("failed to allocated $req->{Ident}!"); + logm("failed to allocate $req->{Ident}!"); $allok=0; } else { $req->{GotShareix}= $shareix; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |