Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
c2be690c
Commit
c2be690c
authored
Jan 17, 2006
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of a few empty lines.
parent
f5a49d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
log.c
log.c
+0
-9
No files found.
log.c
View file @
c2be690c
...
...
@@ -84,7 +84,6 @@ struct {
};
/*
* Map from rsync error code to name, or return NULL.
*/
...
...
@@ -98,7 +97,6 @@ static char const *rerr_name(int code)
return
NULL
;
}
static
void
logit
(
int
priority
,
char
*
buf
)
{
if
(
logfile_was_closed
)
...
...
@@ -294,7 +292,6 @@ void rwrite(enum logcode code, char *buf, int len)
}
}
/* This is the rsync debugging function. Call it with FINFO, FERROR or
* FLOG. */
void
rprintf
(
enum
logcode
code
,
const
char
*
format
,
...)
...
...
@@ -336,7 +333,6 @@ void rprintf(enum logcode code, const char *format, ...)
rwrite
(
code
,
buf
,
len
);
}
/* This is like rprintf, but it also tries to print some
* representation of the error code. Normally errcode = errno.
*
...
...
@@ -368,8 +364,6 @@ void rsyserr(enum logcode code, int errcode, const char *format, ...)
rwrite
(
code
,
buf
,
len
);
}
void
rflush
(
enum
logcode
code
)
{
FILE
*
f
=
NULL
;
...
...
@@ -397,8 +391,6 @@ void rflush(enum logcode code)
fflush
(
f
);
}
/* a generic logging routine for send/recv, with parameter
* substitiution */
static
void
log_formatted
(
enum
logcode
code
,
char
*
format
,
char
*
op
,
...
...
@@ -692,7 +684,6 @@ void log_delete(char *fname, int mode)
log_formatted
(
FLOG
,
fmt
,
"del."
,
&
file
,
&
stats
,
ITEM_DELETED
,
NULL
);
}
/*
* Called when the transfer is interrupted for some reason.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment