commit | 7e385d7d04c69c190e01b25b3fe077512a5591d8 | [log] [tgz] |
---|---|---|
author | Fredrik Gihl <fredrik.gihl@flir.se> | Tue May 11 08:13:13 2021 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 11 07:14:24 2021 -0500 |
tree | 8e0d4a436a708a8d033bf4ce213f599a14802cd0 | |
parent | c610a0773568ec7826bbcb9592982b36c3a9431d [diff] |
fs: logstr_dup causes error in LOG_ERROR messages Using %s, without logstr_dup causes error when CONFIG_LOG_DETECT_MISSED_STRDUP is enable. Removing %s argument. LOG_FUNC_NAME_PREFIX_ERR can be used if prefix is wanted. Signed-off-by: Fredrik Gihl <fredrik.gihl@flir.se>