mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed typo
SVN revision: 588
This commit is contained in:
parent
bfd20207e8
commit
e7a8960543
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.136 2003/07/15 12:29:10 midas
|
||||||
|
Fixed typo
|
||||||
|
|
||||||
Revision 1.135 2003/07/15 12:27:50 midas
|
Revision 1.135 2003/07/15 12:27:50 midas
|
||||||
Added resource directory in front of logging file
|
Added resource directory in front of logging file
|
||||||
|
|
||||||
@ -3978,7 +3981,7 @@ char buf[256];
|
|||||||
strlcpy(lb, lbs->name, sizeof(lb));
|
strlcpy(lb, lbs->name, sizeof(lb));
|
||||||
|
|
||||||
if (*getparam("unm"))
|
if (*getparam("unm"))
|
||||||
fprintf(f,"%s [%sd@%s] %s: %s", buf, getparam("unm"), rem_host, lb, str);
|
fprintf(f,"%s [%s@%s] %s: %s", buf, getparam("unm"), rem_host, lb, str);
|
||||||
else
|
else
|
||||||
fprintf(f,"%s [%s] %s: %s", buf, rem_host, lb, str);
|
fprintf(f,"%s [%s] %s: %s", buf, rem_host, lb, str);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user