Bug 4511 - Clear some debug warnings from logfile
Summary: Clear some debug warnings from logfile
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: rel_3_0
Hardware: All All
: PATCH-Sent (DO NOT USE) trivial (vote)
Assignee: Marcel de Rooy
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 10:38 UTC by Marcel de Rooy
Modified: 2010-11-04 11:58 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:28:02 UTC


---- Reported by m.de.rooy@rijksmuseum.nl 2010-05-17 10:38:42 ----

Line in C4/Search.pm produces lots of warnings in logfile:
  warn $results[$i-1]->record($j)->render() ;

Same for line in C4/XSLT.pm:
  warn getcwd;

Commented out in patch sent.



---- Additional Comments From gmcharlt@gmail.com 2010-05-17 12:28:29 ----

Warns were introduced into 3.0.x only; reassigning to the 3.0 RMaint.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:28 UTC  ---

This bug was previously known as _bug_ 4511 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4511

Actual time not defined. Setting to 0.0
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Owen Leonard 2010-09-15 14:16:46 UTC
Original patch is here:

http://lists.koha-community.org/pipermail/koha-patches/2010-May/011853.html