diff options
| author | 2009-11-05 23:27:40 +0000 | |
|---|---|---|
| committer | 2009-11-05 23:27:40 +0000 | |
| commit | eb3085d15a05b811143b303dd852105879037c9e (patch) | |
| tree | 66894a2c5f291dd038cab901e7da4801826a2591 /src/modules/log/libkvilog.cpp | |
| parent | fix for #444 (diff) | |
| download | KVIrc-eb3085d15a05b811143b303dd852105879037c9e.tar.gz KVIrc-eb3085d15a05b811143b303dd852105879037c9e.tar.bz2 KVIrc-eb3085d15a05b811143b303dd852105879037c9e.zip | |
updated changelog;
moved bytes multiples from SI to IEC (International Electrotechnical Commission) standard (from KB, MB, GB to KiB, MiB, GiB);
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3589 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/log/libkvilog.cpp')
| -rw-r--r-- | src/modules/log/libkvilog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/log/libkvilog.cpp b/src/modules/log/libkvilog.cpp index c0ba5e0c3..4372a1bcf 100644 --- a/src/modules/log/libkvilog.cpp +++ b/src/modules/log/libkvilog.cpp @@ -188,7 +188,7 @@ static bool log_kvs_cmd_stop(KviKvsModuleCommandCall * c) Flushes the log file the current window or in the window specified by the -w switch.[br] If logging is not enabled in the specified window, this command does nothing.[br] If this command is never used, the log file is flushed at regulear file-size intervals, - depending on the underlying IO subsystem. This is usually 4KB.[br] + depending on the underlying IO subsystem. This is usually 4KiB.[br] The "block flushing" is used to achieve a fast I/O on files, but may cause the last data block to be lost in case of a program crash.[br] @seealso: |
