log statements for class info

git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@35 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
wightman 2005-09-28 19:00:03 +00:00
parent 1ccb8ba44e
commit 443a98f0ec

View File

@ -1537,6 +1537,11 @@ int MPBSLoadQueueInfo(
if (IsGlobal == TRUE)
{
DBG(3,fPBS) DPrint("INFO: class to node not mapping enabled for queue '%s' adding class to all nodes\n",
QP->name);
IsGlobal = FALSE;
/* add class to all nodes not listed in ACLHosts */
for (nindex = 0;nindex < MAX_MNODE;nindex++)