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;
 		}