1
0
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:
Carlos Martín 2013-10-18 16:18:49 +02:00
parent c40659d4b2
commit 0d92331699

View File

@ -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);