chmod doesn't return output on success by default. Include the -v verbosity flag:
find . -type f -exec chmod 755 -v {} \;