mirror of https://github.com/perkeep/perkeep.git
Clarify confusing log message in Flickr importer
Change-Id: I9201bd12e7afb31c08b34b4bc4cd7c39567de296
This commit is contained in:
parent
07a61c430d
commit
88973d4871
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue