Skip to content

Commit 854652e

Browse files
committed
differentiate errors messages
1 parent 981da6d commit 854652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/media_offload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ public function rollback_and_update_images( $image_ids ) {
921921
do_action( 'optml_log', ' download_url error ' );
922922
}
923923

924-
self::$instance->logger->add_log( Optml_Logger::LOG_TYPE_ROLLBACK, 'Image ID: ' . $id . ' has error getting URL.' );
924+
self::$instance->logger->add_log( Optml_Logger::LOG_TYPE_ROLLBACK, 'Image ID: ' . $id . ' has error downloading URL.' );
925925
continue;
926926
}
927927

0 commit comments

Comments
 (0)