]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-util.c
util: rename parse_cpu_set() to parse_cpu_set_and_warn()
authorLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 18:16:51 +0000 (20:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Sep 2015 20:26:16 +0000 (22:26 +0200)
commit765d143b5fc8dcb44f5fbd391ef36d0835793e7c
tree0fadb3d03d0b7a99412cff9a542f16a66950b5f8
parent0e05ee044a6e23745bb8906ad91ec7b97c37dbac
util: rename parse_cpu_set() to parse_cpu_set_and_warn()

It's pretty untypical for our parsing functions to log on their own.
Clarify in the name that this one does.
src/basic/util.c
src/basic/util.h
src/core/load-fragment.c
src/core/main.c
src/test/test-util.c