~ubuntu-core-dev/eucalyptus/ubuntu-karmic

« back to all changes in this revision

Viewing changes to cluster/handlers.c

  • Committer: Dmitrii Zagorodnov
  • Date: 2009-01-27 21:53:41 UTC
  • mfrom: (25.1.112 eucalyptus-main)
  • Revision ID: dmitrii@cs.ucsb.edu-20090127215341-i0f0v6cmbpljmg02
merged with current main

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
      logprintfl(EUCADEBUG, "running cmd '%s'\n", cmd);
354
354
      rc = system(cmd);
355
355
      if (rc) {
356
 
        logprintfl(EUCAWARN,"cmd failed '%s'\n", cmd);
 
356
        logprintfl(EUCAWARN,"cmd failed '%s'\n", cmd);
357
357
      }
358
358
    }
359
359