Add more debug for infostring parsing.

This commit is contained in:
Alibek Omarov (a1batross) 2017-06-10 22:11:51 +03:00
parent d99acdb25b
commit 4edfd97508
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class PyMaster:
elif( split[i] == 'nat' ):
nat = int(key)
else:
logPrint('Unhandled info string entry: {0}/{1}'.format(split[i], key))
logPrint('Unhandled info string entry: {0}/{1}. Infostring was: {2}'.format(split[i], key, split))
except IndexError:
pass