Remove noop line causing compilation warning
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
a13287b4ff
commit
bba3cbd9d8
@ -111,8 +111,6 @@ int vcaslog(int log_level, const char *template, va_list args)
|
||||
goto out;
|
||||
}
|
||||
|
||||
timestamp[strnlen(timestamp, SIZE_MAX)-1] = 0;
|
||||
|
||||
fseek(log, 0, SEEK_END);
|
||||
fprintf(log, "%s casadm: ", timestamp);
|
||||
vfprintf(log, template, args);
|
||||
|
Loading…
Reference in New Issue
Block a user