%s is printf, this is ostream!
This commit is contained in:
parent
9e054aff58
commit
54c1c0cc2c
@ -93,7 +93,7 @@ RTTaskList::reset_thread_list ()
|
||||
pthread_attr_init (&attr);
|
||||
pthread_attr_setstacksize (&attr, PBD_RT_STACKSIZE_HELP);
|
||||
if (pthread_create (&thread_id, &attr, _thread_run, this)) {
|
||||
PBD::fatal << _("Cannot create thread for TaskList! (%s") << strerror(errno) << ')' << endmsg;
|
||||
PBD::fatal << _("Cannot create thread for TaskList! (") << strerror(errno) << ')' << endmsg;
|
||||
/* NOT REACHED */
|
||||
}
|
||||
pthread_attr_destroy (&attr);
|
||||
|
Loading…
Reference in New Issue
Block a user