Skip to content

Commit 3c1ac4a

Browse files
committed
fixed undefined variable
1 parent 3c4ccb2 commit 3c1ac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: streamer/lib/modalityOPM.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ var _execStreamerJob = function(name, config, job, cb_remove, cb_done) {
102102
// accept 404 NOT FOUND error if it's not about a catchall collection
103103
// it can happen when it's about a PILOT project; or a project not having
104104
// a RDM collection being created/mapped properly.
105-
utility.printLog(job.id + ':OPM:execStreamerJob:submitStagerJob', 'collection not found for project: ' + p);
105+
utility.printLog(job.id + ':OPM:execStreamerJob:submitStagerJob', 'collection not found for project: ' + job.data.project);
106106
job.progress(maxProgress, 100);
107107
return cb_async(null, true);
108108
} else {

0 commit comments

Comments
 (0)