Advertisement
chrissharp123

Untitled

Sep 13th, 2017
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. --- /home/opensrf/pines/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm 2017-09-06 09:20:00.585686039 -0400
  2. +++ Order.pm 2017-09-07 11:22:12.285718074 -0400
  3. @@ -1456,8 +1456,11 @@
  4. my $mgr = OpenILS::Application::Acq::BatchManager->new(editor => $e, conn => $conn);
  5.  
  6. my $cache = OpenSRF::Utils::Cache->new;
  7. -
  8. + $logger->info("csharp: key is $key");
  9. my $data = $cache->get_cache("vandelay_import_spool_$key");
  10. + unless($data) {
  11. + $logger->error("csharp: cached file vandelay_import_spool_$key could not be retrieved");
  12. + }
  13. my $filename = $data->{path};
  14. my $provider = $args->{provider};
  15. my $picklist = $args->{picklist};
  16.  
  17.  
  18.  
  19. osrfsys.11.log.gz:2017-09-07 11:25:27 next-brick01-head open-ils.acq: [INFO:27259:Order.pm:1459:1504797794271902] csharp: key is * {}d6571ede7b8018943e8fc217457b5769
  20. osrfsys.11.log.gz:2017-09-07 11:25:27 next-brick01-head open-ils.acq: [ERR :27259:Order.pm:1462:1504797794271902] csharp: cached file vandelay_import_spool_* {}d6571ede7b8018943e8fc217457b5769 could not be retrieved
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement