Revision 31c741e9 src/dm/DispatchManagerActions.cc
src/dm/DispatchManagerActions.cc | ||
---|---|---|
223 | 223 |
return -1; |
224 | 224 |
} |
225 | 225 |
|
226 |
oss << "Shutting down VM " << vid;
|
|
226 |
oss << "Undeploying VM " << vid;
|
|
227 | 227 |
NebulaLog::log("DiM",Log::DEBUG,oss); |
228 | 228 |
|
229 | 229 |
if (vm->get_state() == VirtualMachine::ACTIVE && |
... | ... | |
252 | 252 |
|
253 | 253 |
error: |
254 | 254 |
oss.str(""); |
255 |
oss << "Could not shutdown VM " << vid << ", wrong state.";
|
|
255 |
oss << "Could not undeploy VM " << vid << ", wrong state.";
|
|
256 | 256 |
NebulaLog::log("DiM",Log::ERROR,oss); |
257 | 257 |
|
258 | 258 |
vm->unlock(); |
Also available in: Unified diff