Changeset 20810


Ignore:
Timestamp:
04/01/13 18:58:11 (11 years ago)
Author:
nit
Message:

[titan] activate debug in netlib

Location:
titan/plugins/networkbrowser/netlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/networkbrowser/netlib/showmount.c

    r14419 r20810  
    155155                if(ret <= 0)
    156156                {
    157                         printf("can't connect\n");
     157                        printf("can't connect %s (%d)\n", ip, port);
    158158                        close(fd);
    159159                        return 0;
  • titan/plugins/networkbrowser/netlib/smbinfo.c

    r14401 r20810  
    3939#include "smb.h"
    4040#include "smbinfo.h"
     41
     42#define DEBUG 1
    4143
    4244/****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.