mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
added real_fname to log record.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1559 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9799b5ad94
commit
3d2f2704c0
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ static void perl_log_fill_hash(HV *hv, LOG_REC *log)
|
|||
GSList *tmp;
|
||||
|
||||
hv_store(hv, "fname", 5, new_pv(log->fname), 0);
|
||||
hv_store(hv, "real_fname", 10, new_pv(log->real_fname), 0);
|
||||
hv_store(hv, "opened", 6, newSViv(log->opened), 0);
|
||||
hv_store(hv, "level", 5, newSViv(log->level), 0);
|
||||
hv_store(hv, "last", 4, newSViv(log->last), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue