logcatd: logpersist.start more descriptive warning

"killing Settings" is meaningless without context, we are killing the
Settings application to pull in new values, so make this clearer!

Change-Id: Ice0b950040bd05dcd49b7315def4dac3dd93eb27
diff --git a/logcat/logpersist b/logcat/logpersist
index f0e7d42..74d99fc 100755
--- a/logcat/logpersist
+++ b/logcat/logpersist
@@ -171,6 +171,6 @@
 
 if [ X"${log_tag}" != X"`getprop ${log_tag_property}`" ] ||
    [ X"${logd_logpersistd}" != X"`getprop ${property}`" ]; then
-  echo "WARNING: killing Settings" >&2
+  echo "WARNING: killing Settings application to pull in new values" >&2
   am force-stop com.android.settings
 fi