sr: la8: Fix typo.

This commit is contained in:
Uwe Hermann 2012-01-29 12:47:53 +01:00
parent 73017cf914
commit ae32d7d759
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,7 @@ static int receive_data(int fd, int revents, void *session_data)
(void)revents;
if (!(sdi = session_data)) {
sr_err("la8: %s: user_data was NULL", __func__);
sr_err("la8: %s: session_data was NULL", __func__);
return FALSE;
}