jackpatch: Don't attempt to make JACK connection when one of the ports doesn't exist yet.

pull/52/head
Jonathan Moore Liles 2013-04-09 16:58:41 -07:00
parent ee09187089
commit 4d3e4ca4f1
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ connect_path ( struct patch_record *pr )
/* one of the ports doesn't exist yet... don't attempt
* connection, jack will just complain. */
printf( "Not attempting connection because one of the ports is missing.\n" );
return;
}
printf( "Connecting %s |> %s\n", srcport, dstport );