Meer debugging

This commit is contained in:
Thulinma 2010-11-08 19:44:18 +01:00
parent 6b80d48987
commit ad5f98fa34

View file

@ -24,7 +24,6 @@ int DDV_OpenUnix(std::string adres, bool nonblock = false){
flags |= O_NONBLOCK; flags |= O_NONBLOCK;
fcntl(s, F_SETFL, flags); fcntl(s, F_SETFL, flags);
} }
fprintf(stderr, "Connected to %s\n", addr.sun_path);
return s; return s;
}else{ }else{
close(s); close(s);