~mer-committers/m-r/maemo-launcher

« back to all changes in this revision

Viewing changes to launcher/launcher.c

  • Committer: guillem
  • Date: 2008-05-08 10:44:18 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWR8MnwYAAFZRgAAQABC7_98gIABoNpIgZANNAb1SSaaYmgHpqawmxSAdhyg-4bbmqzEoUNPYudFyhYb1Is-pMmjzFntZhsuk7LtnVkwzd0mr8kuwk3Y3qpVknhopSThqp0fxdyRThQkB8MnwYA..:50eb543b-83fa-0310-9bb7-f7cbbee4ab39:projects%2Fhaf%2Ftrunk%2Fmaemo-launcher:15522
Change error to warning when the defender fails to execute

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    return true;
123
123
  else
124
124
  {
125
 
    error("rising the oom shield for pid=%d status=%d\n", pid, status);
 
125
    warning("rising the oom shield for pid=%d status=%d\n", pid, status);
126
126
    return false;
127
127
  }
128
128
}