emit warning that we are using modified plugin
[koha-eprints] / EPrints / Plugin / Import / MARC.pm
index c342119..38fd4e4 100644 (file)
@@ -44,6 +44,8 @@ sub new
                $self->{error} = "Failed to load required modules.";
        }
 
+       warn "XXX marc import with callbacks";
+
        return $self;
 }