Skip to content

Commit 1669bb9

Browse files
author
Daan Hoogland
committed
spaces in log message
1 parent 22e71be commit 1669bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/com/cloud/resource/ResourceManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ public boolean resourceStateTransitTo(Host host, ResourceState.Event event, long
11661166
ResourceState currentState = host.getResourceState();
11671167
ResourceState nextState = currentState.getNextState(event);
11681168
if (nextState == null) {
1169-
throw new NoTransitionException("No next resource state found for current state =" + currentState + " event =" + event);
1169+
throw new NoTransitionException("No next resource state found for current state = " + currentState + " event = " + event);
11701170
}
11711171

11721172
// TO DO - Make it more granular and have better conversion into capacity type

0 commit comments

Comments
 (0)