fixed log line
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Oct 2006 01:49:51 +0000 (01:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Oct 2006 01:49:51 +0000 (01:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6428 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/javascript/backend/circ/circ_permit_patron.js

index 80f790d..8b8cd43 100644 (file)
@@ -20,7 +20,7 @@ if( config ) {
        if( limit >= 0 ) {
                /* Patrons are allowed to renew regardless 
                        of how many items they have checked out */
-               _debug('patron items out = ' + patronItemsOut +' limit = ' + limit);
+               log_info('patron items out = ' + patronItemsOut +' limit = ' + limit);
                if( !isTrue(isRenewal) && patronItemsOut >= limit ) {
                                result.events.push('PATRON_EXCEEDS_CHECKOUT_COUNT');
                }