Change couple of strings.

Clearly mention SVN version being built and more direct POVRay error.
This commit is contained in:
Guillermo S. Romero 2010-06-12 23:09:01 +00:00
parent 971e4be108
commit 32ce3e3433
2 changed files with 2 additions and 2 deletions

@ -766,7 +766,7 @@ class PovrayRender(bpy.types.RenderEngine):
self._process = subprocess.Popen([pov_binary, self._temp_file_ini]) # stdout=subprocess.PIPE, stderr=subprocess.PIPE
except OSError:
# TODO, report api
print("POVRAY: could not execute povray, possibly povray isn't installed: '%s'" % pov_binary)
print("POVRAY: could not execute '%s', possibly povray isn't installed" % pov_binary)
import traceback
traceback.print_exc()
print ("***-DONE-***")

@ -478,7 +478,7 @@ debug debuglink::
clean:: linkclean debuglinkclean
link: $(BINTARGETS)
@echo "****> Build $(MAKE_START) - `date '+%H:%M:%S %d-%b-%Y'`"
@echo "****> Build SVN rev $(BUILD_REV), $(MAKE_START) - `date '+%H:%M:%S %d-%b-%Y'`"
ifdef NANENV
@for n in $(NANENV); do \
echo " $$n"; \