Changeset 3446
- Timestamp:
- 05/13/09 15:23:15 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/attach.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/attach.c
r3430 r3446 159 159 if (connect(sock, (struct sockaddr *)&addr, sizeof(addr)) < 0) 160 160 { 161 fprintf(stderr, "Failed to connect to %s: %s\n", screen_list->socket_path[socktype], strerror(errno));161 debug("Failed to connect to %s: %s", screen_list->socket_path[socktype], strerror(errno)); 162 162 close(sock); 163 163 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.
