From: berick Date: Fri, 18 Feb 2011 17:02:20 +0000 (-0500) Subject: mild code realignment X-Git-Tag: opac-tt-poc-demo2~14 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7fbfc7b5d4207b9d1893b5f0ee2ea96d775ae343;p=evergreen%2Fequinox.git mild code realignment --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index af4a8af978..9c78bbf4d3 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -184,8 +184,8 @@ sub load_common { } else { # For now, keep an eye out for any pages being unceremoniously redirected to logout... - $self->apache->log->info("catloader: loading " . $ctx->{path_info} . "; auth session " . - $e->authtoken . " no longer valid; redirecting to logout"); + $self->apache->log->info("catloader: loading " . $ctx->{path_info} . + "; auth session " . $e->authtoken . " no longer valid; redirecting to logout"); return $self->load_logout; }