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

« back to all changes in this revision

Viewing changes to src/tests/perf/perftest_samlaa.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:
262
262
      config_file = argv[2];
263
263
      argv[2]=argv[0]; argv+=2; argc-=2;
264
264
    } else if(strcmp(argv[1],"-d") == 0) {
265
 
      debug_level=Arc::string_to_level(argv[2]);
 
265
      debug_level=Arc::istring_to_level(argv[2]);
266
266
      argv[2]=argv[0]; argv+=2; argc-=2;
267
267
    } else if(strcmp(argv[1],"-r") == 0) {
268
268
      alwaysReconnect=true; argv+=1; argc-=1;