[wpkg-users] [Bug 115] New: Missing single quote(s) (and IDs) in logfile

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Thu May 8 20:09:46 CEST 2008


http://bugzilla.wpkg.org/show_bug.cgi?id=115

           Summary: Missing single quote(s) (and IDs) in logfile
           Product: WPKG
           Version: 1.0.2
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: wpkg.js
        AssignedTo: mangoo at wpkg.org
        ReportedBy: jens.geile at mzbs.de
         QAContact: wpkg-users at lists.wpkg.org


This is like ... not important at all but maybe should be fixed just to have a
consistent output in the logfile. I just happened to notice it when I posted
the wpkg logfiles on pastebin.org

There is a single quote (') missing in the log output:
2008-05-05 10:34:59, DEBUG : Found package node 'Firefox (firefox) in package
database

line1661 in wpkg.js 1.0.2:
< dinfo("Found package node '" + getPackageName(packageDBNode) + ' (' +
<   getPackageID(packageDBNode) + ") in package database ");

> dinfo("Found package node '" + getPackageName(packageDBNode) + "' (" +
>   getPackageID(packageDBNode) + ") in package database ");

Any maybe it would also be a good idea to use the same output:
"'PackageName' (PackageID)"
everywhere in the logfile.


-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list