Log the size if it doesn't fit

bug/bundler_fix
James Lee 2014-02-02 22:28:23 -06:00
parent b67ac39a33
commit b9e234f62d
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class EncodedPayload
# Check to see if we have enough room for the minimum requirements
if ((reqs['Space']) and (reqs['Space'] < eout.length + min))
wlog("#{err_start}: Encoded payload version is too large with encoder #{encoder.refname}",
wlog("#{err_start}: Encoded payload version is too large (#{eout.length} bytes) with encoder #{encoder.refname}",
'core', LEV_1)
next_encoder = true
break