~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/clients/arclib/arcsync.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
    return 1;
157
157
  }
158
158
 
 
159
  if (!checkproxy(usercfg)) {
 
160
    return 1;
 
161
  }
 
162
 
159
163
  if (opt.debug.empty() && !usercfg.Verbosity().empty())
160
164
    Arc::Logger::getRootLogger().setThreshold(Arc::string_to_level(usercfg.Verbosity()));
161
165