commit | 65477b7391ca124c5234b31ad2ff8d9c7a9d803e | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Oct 02 14:32:30 2018 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Oct 03 13:05:49 2018 +0300 |
tree | c0c8fc68661398e6cc36342187b9fab216749337 | |
parent | bbaa374afa66eb6807b8794ab62a200bcd9ef1c4 [diff] |
logging: Make log_strdup() parameter const The string parameter needs to be const as otherwise calling this function using a const string pointer will lead to a warning. Besides the function does not modify the parameter so should be const anyway. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>