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

« back to all changes in this revision

Viewing changes to src/clients/wsrf/arcwsrf.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:
94
94
 
95
95
  // If debug is specified as argument, it should be set before loading the configuration.
96
96
  if (!debug.empty())
97
 
    Arc::Logger::getRootLogger().setThreshold(Arc::string_to_level(debug));
 
97
    Arc::Logger::getRootLogger().setThreshold(Arc::istring_to_level(debug));
98
98
 
99
99
  Arc::UserConfig usercfg(conffile);
100
100
  if (!usercfg) {
106
106
    usercfg.Timeout(timeout);
107
107
 
108
108
  if (debug.empty() && !usercfg.Verbosity().empty())
109
 
    Arc::Logger::getRootLogger().setThreshold(Arc::string_to_level(usercfg.Verbosity()));
 
109
    Arc::Logger::getRootLogger().setThreshold(Arc::istring_to_level(usercfg.Verbosity()));
110
110
 
111
111
  //if (timeout > 0) {
112
112
  //  usercfg.SetTimeout(timeout);