Can some translate the following line for me?
syslog (LOG_INFO,"%s, while reading line user=%.80s host=%.80s", e,user ? user : "???",tcp_clienthost ());
It comes from the source of an imap file. I know what the syslog command does, but what on earth does everything after "user=" mean? I would really appreciate the help. Thanks. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
syslog (LOG_INFO,"%s, while reading line user=%.80s host=%.80s", e,user ? user : "???",tcp_clienthost ());
It comes from the source of an imap file. I know what the syslog command does, but what on earth does everything after "user=" mean? I would really appreciate the help. Thanks. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~