mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
printf->fprintf
This commit is contained in:
parent
cf54177475
commit
2d7f9f0b39
@ -1,5 +1,6 @@
|
||||
Version 1.00.20 -
|
||||
=============================
|
||||
Fix a printf.
|
||||
|
||||
Version 1.00.19 - 3 July 2004
|
||||
=============================
|
||||
|
@ -63,7 +63,7 @@ static void _default_log(int level, const char *file, int line,
|
||||
if (level < _LOG_WARN)
|
||||
fprintf(stderr, "\n");
|
||||
else
|
||||
printf("\n");
|
||||
fprintf(stdout, "\n");
|
||||
}
|
||||
|
||||
dm_log_fn _log = _default_log;
|
||||
|
Loading…
Reference in New Issue
Block a user