Clarify confusing log message in Flickr importer

Change-Id: I9201bd12e7afb31c08b34b4bc4cd7c39567de296
This commit is contained in:
Aaron Boodman 2013-12-27 00:02:33 -08:00
parent 07a61c430d
commit 88973d4871
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ func (im *imp) importPhotoset(parent *importer.Object, photoset *photosetsGetLis
return 0, err
}
log.Printf("Importing page %d of %s", page, photoset.Id)
log.Printf("Importing page %d from photoset %s", page, photoset.Id)
photosNode, err := im.getPhotosNode()
if err != nil {