Ignore:
Timestamp:
07/27/08 10:48:33 (5 years ago)
Author:
pterjan
Message:
  • Include config.h in attach.c to have DEBUG
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/main.c

    r2591 r2592  
    263263            screen_list->s_socket_path = strdup(sockets[i]); 
    264264            session = connect_server(screen_list); 
     265            debug("Connected to session %s", session); 
    265266            if(session) 
    266267            { 
Note: See TracChangeset for help on using the changeset viewer.