mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Merge branch 'master' into windows
This commit is contained in:
commit
0da34e65e3
1 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ void
|
|||
JackConnection::halted_callback ()
|
||||
{
|
||||
_jack = 0;
|
||||
cerr << "JACK HALTED\n";
|
||||
std::cerr << "JACK HALTED\n";
|
||||
Disconnected ("");
|
||||
}
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ void
|
|||
JackConnection::halted_info_callback (jack_status_t /*status*/, const char* reason)
|
||||
{
|
||||
_jack = 0;
|
||||
cerr << "JACK HALTED: " << reason << endl;
|
||||
std::cerr << "JACK HALTED: " << reason << std::endl;
|
||||
Disconnected (reason);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue