pw_kvs: Use PW_LOG_MODULE_NAME
Sets PW_LOG_MODULE_NAME in KVS source files that use logging to ensure
logs messages are attributed to this module.
Change-Id: Ia8386b26a8a1c775090a7831532c72e8ee9f313c
diff --git a/pw_kvs/flash_memory.cc b/pw_kvs/flash_memory.cc
index 71d9c14..f25ec68 100644
--- a/pw_kvs/flash_memory.cc
+++ b/pw_kvs/flash_memory.cc
@@ -12,6 +12,8 @@
// License for the specific language governing permissions and limitations under
// the License.
+#define PW_LOG_MODULE_NAME "KVS"
+
#include "pw_kvs/flash_memory.h"
#include <algorithm>