mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added debug print of dir
SVN revision: 1135
This commit is contained in:
parent
e044406256
commit
686b1193a4
@ -6,6 +6,9 @@
|
|||||||
Contents: Conversion program for ELOG messages
|
Contents: Conversion program for ELOG messages
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.8 2004/11/21 16:51:42 midas
|
||||||
|
Added debug print of dir
|
||||||
|
|
||||||
Revision 1.7 2004/09/18 04:42:46 midas
|
Revision 1.7 2004/09/18 04:42:46 midas
|
||||||
Fixed bug with not displaying inline images
|
Fixed bug with not displaying inline images
|
||||||
|
|
||||||
@ -1092,6 +1095,9 @@ int main(int argc, char *argv[])
|
|||||||
getcwd(data_dir, sizeof(data_dir));
|
getcwd(data_dir, sizeof(data_dir));
|
||||||
strcat(data_dir, DIR_SEPARATOR_STR);
|
strcat(data_dir, DIR_SEPARATOR_STR);
|
||||||
|
|
||||||
|
if (verbose)
|
||||||
|
printf("Scanning directory \"%s\"\n", data_dir);
|
||||||
|
|
||||||
scan_messages();
|
scan_messages();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user