commit | f782e9374b945b631569c793c51f05d79e6d6179 | [log] [tgz] |
---|---|---|
author | Denton Gentry <dgentry@google.com> | Tue Nov 17 12:27:40 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 17 12:27:40 2015 +0000 |
tree | 0d8b6ae41ae3e09242b2e6fee7f8083d4b52a0be | |
parent | e64604d05d673d9997b5fe9583dc5489408d5a66 [diff] | |
parent | 35043ca044d88256dd08df33062a62756cc6e93b [diff] |
Merge "steering: make log message mention "steering""
diff --git a/src/ap/steering.c b/src/ap/steering.c index 2916262..bb87dca 100644 --- a/src/ap/steering.c +++ b/src/ap/steering.c
@@ -113,7 +113,7 @@ wpa_printf(MSG_ERROR, "Failed to write timestamp file."); return 0; } else { - wpa_printf(MSG_INFO, "Set timestamp for " MACSTR " (type=%d)", + wpa_printf(MSG_INFO, "Set steering timestamp for " MACSTR " (type=%d)", MAC2STR(mac), type); return 1; }