Meer debugging
This commit is contained in:
parent
a770cd9bf3
commit
f4a14532cb
2 changed files with 6 additions and 5 deletions
|
@ -112,7 +112,7 @@ int main(int argc, char ** argv){
|
|||
if (ready4data){
|
||||
if (!inited){
|
||||
//we are ready, connect the socket!
|
||||
ss = DDV_OpenUnix(streamname.c_str());
|
||||
ss = DDV_OpenUnix(streamname);
|
||||
if (ss <= 0){
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Could not connect to server!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue