Skip to content

Commit

Permalink
Log message on ingest when dataset is already in database
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Apr 13, 2016
1 parent 3632836 commit fb1db7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datacube/index/_datasets.py
Expand Up @@ -34,6 +34,7 @@ def _ensure_dataset(db, collection_resource, dataset_doc):

if not was_inserted:
# Already existed.
_LOG.info('Dataset already in Index. No indexing required.')
return dataset_id

if source_datasets:
Expand Down

0 comments on commit fb1db7f

Please sign in to comment.