projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4358b09
)
Log when a file is opened using data1 system
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 5 May 2006 13:17:34 +0000
(13:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 5 May 2006 13:17:34 +0000
(13:17 +0000)
data1/d1_handle.c
patch
|
blob
|
history
diff --git
a/data1/d1_handle.c
b/data1/d1_handle.c
index
2c5f853
..
d2ebb79
100644
(file)
--- a/
data1/d1_handle.c
+++ b/
data1/d1_handle.c
@@
-1,4
+1,4
@@
-/* $Id: d1_handle.c,v 1.8 2006-03-29 10:43:23 adam Exp $
+/* $Id: d1_handle.c,v 1.9 2006-05-05 13:17:34 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-150,6
+150,7
@@
const char *data1_get_tabroot (data1_handle dp)
FILE *data1_path_fopen (data1_handle dh, const char *file, const char *mode)
{
+ yaz_log(YLOG_DEBUG, "data1_fath_fopen file=%s mode=%s", file, mode);
const char *path = data1_get_tabpath(dh);
const char *root = data1_get_tabroot(dh);
return yaz_fopen (path, file, "r", root);