Changeset 835


Ignore:
Timestamp:
04/19/22 17:02:06 (2 years ago)
Author:
Kris Deugau
Message:

/trunk

Logging tweak for compact-recs.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/compact-recs.pl

    r834 r835  
    6868$dnsdb->{loguserid} = 0;        # not worth setting up a pseudouser the way the RPC system does
    6969$dnsdb->{logusername} = $dnsdb->{logusername}."/compact-recs.pl";
    70 $dnsdb->{logfullname} = $dnsdb->{logusername} if !$dnsdb->{logfullname};
     70$dnsdb->{logfullname} = ($dnsdb->{logfullname} ? $dnsdb->{logfullname}."/compact-recs.pl" : $dnsdb->{logusername});
    7171
    7272if ($ARGV[0] eq '--batch') {
Note: See TracChangeset for help on using the changeset viewer.