chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5bdd69b
)
Fix log messages.
author
mdw
<mdw>
Wed, 22 Dec 1999 15:43:47 +0000
(15:43 +0000)
committer
mdw
<mdw>
Wed, 22 Dec 1999 15:43:47 +0000
(15:43 +0000)
file.c
patch
|
blob
|
blame
|
history
diff --git
a/file.c
b/file.c
index 005080c721363fd8e77f5bcecd77da7bb7659099..b0a79dce212c66091938ee121672f5b1f43853dc 100644
(file)
--- a/
file.c
+++ b/
file.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: file.c,v 1.
2 1999/10/22 22:47:13
mdw Exp $
+ * $Id: file.c,v 1.
3 1999/12/22 15:43:47
mdw Exp $
*
* File source and target
*
*
* File source and target
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: file.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: file.c,v $
+ * Revision 1.3 1999/12/22 15:43:47 mdw
+ * Fix log messages.
+ *
* Revision 1.2 1999/10/22 22:47:13 mdw
* New (empty) endpoint method required.
*
* Revision 1.2 1999/10/22 22:47:13 mdw
* New (empty) endpoint method required.
*
@@
-438,7
+441,7
@@
static endpt *file_endpt(fdata *f, const char *desc)
if (fd != -1) {
if (fattr_apply(f->out.u.name, &f->fa)) {
if (fd != -1) {
if (fattr_apply(f->out.u.name, &f->fa)) {
- fw_log(-1, "[%s] couldn't apply file attributes: %s",
+ fw_log(-1, "[%s] couldn't apply file attributes
to `%s'
: %s",
desc, f->out.u.name, strerror(errno));
}
} else if ((fd = open(f->out.u.name, m & ~O_CREAT)) < 0) {
desc, f->out.u.name, strerror(errno));
}
} else if ((fd = open(f->out.u.name, m & ~O_CREAT)) < 0) {