mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #1678: error msg format
This commit is contained in:
parent
c40659d4b2
commit
0d92331699
@ -896,7 +896,8 @@ void Scheduler::dispatch()
|
||||
{
|
||||
ostringstream oss;
|
||||
|
||||
oss << "No suitable System DS found for Host: " << hid
|
||||
oss << "VM " << vm->get_oid()
|
||||
<< ": No suitable System DS found for Host: " << hid
|
||||
<< ". Filtering out host.";
|
||||
|
||||
NebulaLog::log("SCHED", Log::INFO, oss);
|
||||
|
Loading…
x
Reference in New Issue
Block a user