commit | a093502891568ea30bb96572307527fb04e37ace | [log] [tgz] |
---|---|---|
author | Bryce W. Harrington <b.harrington@samsung.com> | Fri Mar 21 05:54:02 2014 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Apr 01 16:46:41 2014 -0700 |
tree | ac821f4620dbc050c71355e6890b5fb262137aa1 | |
parent | fb24eaac035439a1767eea3a0c7af3728e39913d [diff] |
compositor: Use weston_log rather than perror for error messages weston_log() seems to be the standard elsewhere in the codebase for errors. These are the only two instances where perror() is used instead, and their error messages aren't that informative anyway. Signed-off-by: Bryce Harrington <b.harrington@samsung.com>