ref: d2a6eb4b1e10bee0ed971d77a6847d33992f4bba
parent: 7a49accd0b65453057762929efc7eed93deba043
author: Adrian Grange <agrange@google.com>
date: Thu Apr 21 11:45:57 EDT 2011
Corrected format specifiers in debug print statements The arguments to these fprintfs are int not long int so the format specifier should be "%d" and not "%ld". This was writing garbage in the linux build. Change-Id: I3d2aa8a448d52e6dc08858d825bf394929b47cf3