diff options
author | Shawn Landden <shawnlandden@gmail.com> | 2012-08-03 17:22:09 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-06 16:37:01 +0200 |
commit | 1421211924ff05af3b0c0d52f1c84472d0307456 (patch) | |
tree | 6cf96db91fd478f3b281a5b11fb0214a1fc1e613 /TODO | |
parent | 8230e26dc954a40d8c9dbc8ddd9376117021f9d2 (diff) |
continue work with error messages, log_oom()
Adds messages for formally silent errors: new "Failed on cmdline argument %s: %s".
Removes some specific error messages for -ENOMEM in mount-setup.c. A few specific
ones have been left in other binaries.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ Regularly: * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel -* %m in printf() instead of strerror(); +* %m in printf() instead of strerror(errno); * pahole |