mirror of
https://gogs.blitter.com/RLabs/goutmp
synced 2024-08-14 19:26:41 +00:00
Removed missed debug printf in C binding code
This commit is contained in:
parent
c09f29c34d
commit
7ad2b5b340
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ package goutmp
|
|||
// l.ll_host[UT_HOSTSIZE-1] = '\0';
|
||||
//
|
||||
// l.ll_time = (time_t)t;
|
||||
// printf("l: ll_line '%s', ll_host '%s', ll_time %d\n", l.ll_line, l.ll_host, l.ll_time);
|
||||
// //printf("l: ll_line '%s', ll_host '%s', ll_time %d\n", l.ll_line, l.ll_host, l.ll_time);
|
||||
//
|
||||
// /* Write lastlog entry at fixed offset (uid * sizeof(struct lastlog) */
|
||||
// if( NULL != (f = fopen("/var/log/lastlog", "rw+")) ) {
|
||||
|
|
Loading…
Reference in a new issue