mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
"log rotate" -> "log rotated"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1565 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8b733e0568
commit
d0de9fe229
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ log.c:
|
|||
"log locked", LOG_REC
|
||||
"log started", LOG_REC
|
||||
"log stopped", LOG_REC
|
||||
"log rotate", LOG_REC
|
||||
"log rotated", LOG_REC
|
||||
"log written", LOG_REC, char *line
|
||||
|
||||
modules.c:
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ static void log_rotate_check(LOG_REC *log)
|
|||
if (strcmp(new_fname, log->real_fname) != 0) {
|
||||
/* rotate log */
|
||||
log_stop_logging(log);
|
||||
signal_emit("log rotate", 1, log);
|
||||
signal_emit("log rotated", 1, log);
|
||||
log_start_logging(log);
|
||||
}
|
||||
g_free(new_fname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue