~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/hed/shc/arcpdp/ArcEvaluationCtx.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-03-01 19:48:16 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120301194816-m1ezrwnwt2qgnc2e
Tags: 1.1.1-1
* 1.1.1 Bugfix Release
* Fixes FTBFS (Closes: #661774) (LP: #935007)
* Fix typo in package description (Closes: #646979)
* Split binary rule in debian/rules for arch and indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
  ReqItemList reqlist = req->getRequestItems();
250
250
 
251
 
  logger.msg(INFO,"There is %d RequestItems", reqlist.size()); 
 
251
  logger.msg(VERBOSE,"There are %d RequestItems", reqlist.size());
252
252
  
253
253
  std::list<RequestItem*>::iterator it;
254
254
  for (it = reqlist.begin(); it != reqlist.end(); it++) {