1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Removing unused HSID field in log message

git-svn-id: http://svn.opennebula.org/one/trunk@912 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-11-02 22:13:53 +00:00
parent ee3f8585f4
commit 4db0d620d5

@ -437,7 +437,7 @@ void Scheduler::dispatch()
int rc;
oss << "Select hosts" << endl;
oss << "\tPRI\tHID\tHSID" << endl;
oss << "\tPRI\tHID" << endl;
oss << "\t-------------------" << endl;
for (it=vmpool->pending_vms.begin();it!=vmpool->pending_vms.end();it++)