Increased the loglevel for the arguments received via Android control socket.

This commit is contained in:
Tobias Brunner 2010-06-24 14:44:45 +02:00
parent e9e2a4fecf
commit c0914c457b
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ static char *read_argument(int fd, u_char length)
offset += n;
}
data[length] = '\0';
DBG1(DBG_CFG, "received argument from Android control socket: %s", data);
DBG3(DBG_CFG, "received argument from Android control socket: %s", data);
return data;
}