Revision: 9937 http://pure-data.svn.sourceforge.net/pure-data/?rev=9937&view=rev Author: eighthave Date: 2008-05-28 08:41:45 -0700 (Wed, 28 May 2008)
Log Message: ----------- cleaned up wording of errors and posts
Modified Paths: -------------- branches/pd-extended/v0-40/externals/loaders/libdir.c
Modified: branches/pd-extended/v0-40/externals/loaders/libdir.c =================================================================== --- branches/pd-extended/v0-40/externals/loaders/libdir.c 2008-05-28 12:18:32 UTC (rev 9936) +++ branches/pd-extended/v0-40/externals/loaders/libdir.c 2008-05-28 15:41:45 UTC (rev 9937) @@ -72,7 +72,7 @@ strncat(pathbuf, classname, FILENAME_MAX - strlen(pathbuf)); canvasenvironment->ce_path = namelist_append(canvasenvironment->ce_path, pathbuf, 0); - post("libdir_loader: added %s to the canvas-local path", classname); + post("libdir_loader: added %s to the canvas-local objectclass path", classname); } else #endif @@ -89,7 +89,7 @@ strcat(helppathname, "/doc/5.reference/"); strcat(helppathname, classname); sys_helppath = namelist_append(sys_helppath, helppathname, 0); - post("libdir_loader: added %s to the global classpath", classname); + post("libdir_loader: added %s to the global objectclass path", classname); // post("\tThis is deprecated behavior."); } /* post("libdir_loader loaded fullclassname: '%s'\n", fullclassname); */ @@ -105,7 +105,7 @@ #if (PD_MINOR_VERSION >= 40) sys_register_loader(libdir_loader); #else - error("to function, this needs to be compiled against Pd 0.40 or higher,\n"); + error("ERROR: to function, libdir needs to be compiled against Pd 0.40 or higher,\n"); post("\tor a version that has sys_register_loader()"); #endif post("libdir loader %s",version);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.