mirror of https://github.com/apache/cloudstack.git
Merge pull request #708 from radu-stefanache/master
Fixed typoSpotted this using Elasticsearch . * pr/708: Typo correction Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
commit
64a2cbdae6
|
|
@ -358,7 +358,7 @@ StateListener<State, VirtualMachine.Event, VirtualMachine> {
|
|||
}
|
||||
}
|
||||
}
|
||||
s_logger.debug("Cannnot deploy to specified host, returning.");
|
||||
s_logger.debug("Cannot deploy to specified host, returning.");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue