[maemo-commits] [maemo-commits] r15522 - in projects/haf/trunk/maemo-launcher: . launcher
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu May 8 13:44:20 EEST 2008
- Previous message: [maemo-commits] r15521 - in projects/haf/trunk/maemo-launcher: . launcher
- Next message: [maemo-commits] r15523 - in projects/haf/trunk/maemo-launcher: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2008-05-08 13:44:18 +0300 (Thu, 08 May 2008) New Revision: 15522 Modified: projects/haf/trunk/maemo-launcher/ChangeLog projects/haf/trunk/maemo-launcher/launcher/launcher.c Log: Change error to warning when the defender fails to execute Modified: projects/haf/trunk/maemo-launcher/ChangeLog =================================================================== --- projects/haf/trunk/maemo-launcher/ChangeLog 2008-05-08 10:44:14 UTC (rev 15521) +++ projects/haf/trunk/maemo-launcher/ChangeLog 2008-05-08 10:44:18 UTC (rev 15522) @@ -1,5 +1,10 @@ 2008-04-27 Guillem Jover <guillem.jover at nokia.com> + * launcher/launcher.c (rise_oom_defense): Change error to warning + when the defender failed to execute. + +2008-04-27 Guillem Jover <guillem.jover at nokia.com> + * launcher/report.h (enum report_type): Add report_warning. (warning): New macro. * launcher/report.c (vreport): Handle report_warning. Modified: projects/haf/trunk/maemo-launcher/launcher/launcher.c =================================================================== --- projects/haf/trunk/maemo-launcher/launcher/launcher.c 2008-05-08 10:44:14 UTC (rev 15521) +++ projects/haf/trunk/maemo-launcher/launcher/launcher.c 2008-05-08 10:44:18 UTC (rev 15522) @@ -122,7 +122,7 @@ return true; else { - error("rising the oom shield for pid=%d status=%d\n", pid, status); + warning("rising the oom shield for pid=%d status=%d\n", pid, status); return false; } }
- Previous message: [maemo-commits] r15521 - in projects/haf/trunk/maemo-launcher: . launcher
- Next message: [maemo-commits] r15523 - in projects/haf/trunk/maemo-launcher: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]