session.c: Drop left-over 'session: ' prefix.

This is added automatically now.
This commit is contained in:
Uwe Hermann 2013-02-07 09:16:28 +01:00
parent 3e9b7f9c77
commit c7142604a2
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ SR_API int sr_session_start(void)
return SR_ERR_BUG;
}
sr_info("session: starting");
sr_info("Starting.");
ret = SR_OK;
for (l = session->devs; l; l = l->next) {