Skip to content

Commit 848e573

Browse files
author
p01
committed
Better warning for orphan resources
1 parent 2595220 commit 848e573

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/resource-manager/resource_service.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,9 @@ cls.ResourceContext = function(data)
414414
frame = this.frames[res.frameID];
415415
if (!frame)
416416
{
417-
// unknown frame -> invalid resource
418-
console.info('invalidating the orphan resource '+ res.id );
417+
// unknown frame -> invalid resource
418+
opera.postError(ui_strings.S_DRAGONFLY_INFO_MESSAGE +
419+
'Invalidating orphan resource '+ res.id);
419420
res.invalid = true;
420421
}
421422
else if (eventname == "urlload")

0 commit comments

Comments
 (0)