~ubuntu-branches/ubuntu/utopic/nordugrid-arc/utopic

« back to all changes in this revision

Viewing changes to src/hed/libs/common/UserConfig.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-05-01 20:51:02 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140501205102-icy9t3348uxobyx7
Tags: 4.1.0-1
* 4.1.0 Release
* Call dh_autoreconf to support ppc64le (Closes: #744639)

Show diffs side-by-side

added added

removed removed

Lines of Context:
678
678
        if (ini["common"]) {
679
679
          XMLNode common = ini["common"];
680
680
          HANDLESTRATT("verbosity", Verbosity)
681
 
          if (!verbosity.empty()) logger.setThreshold(Arc::string_to_level(verbosity));
 
681
          if (!verbosity.empty()) logger.setThreshold(Arc::istring_to_level(verbosity));
682
682
          if (!ignoreJobListFile) {
683
683
            HANDLESTRATT("joblist", JobListFile)
684
684
          }