better director error message formatting

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9686 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-04-20 22:00:21 +00:00
commit 8c989f8fe3
2 changed files with 2 additions and 2 deletions

View file

@ -306,7 +306,7 @@ namespace Swig {
class DirectorMethodException : public Swig::DirectorException {
public:
DirectorMethodException(const char* msg = "")
: DirectorException(PyExc_RuntimeError, "Swig director method error", msg)
: DirectorException(PyExc_RuntimeError, "Swig director method error.", msg)
{
}