Public bug reported:

Binary package hint: storebackup

storeBackup prints:

unknown param <1> in printLog::print
unknown param <ARRAY(0xd90e00)> in printLog::print

I think it's caused by this bit:

    $prLog->print('-kind' => 'E',
                  ["cannot create <$aktDir>, exiting"],
                  '-exit' => 1)
        unless (mkdir $aktDir);

Perhaps it should be (with -str):

    $prLog->print('-kind' => 'E',
                  '-str' => ["cannot create <$aktDir>, exiting"],
                  '-exit' => 1)

Dist:    Ubuntu 7.10
Version: 1.19-5

** Affects: storebackup (Ubuntu)
     Importance: Undecided
         Status: New

-- 
storebackup logging error
https://bugs.launchpad.net/bugs/212258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to