Issues.00625 - lordmundi/wikidoctest GitHub Wiki
00625: dsp_drawstar warning printout should really be a status print
Summary: dsp_drawstar warning printout should really be a status print
Created: 2017–06–27 15:01
Status: Released
Category: Request
From: frankie
Version: 2.4
Released_In: 2.4.1
Description:
on startup, the new version of dsp_drawstar prints things like:
plugin(dsp_drawstar) : Using vertex shader: /users/frankie/dev/edge/./bin_Linux_x86_64/../shaders/stars.vs
plugin(dsp_drawstar) : Using fragment shader: /users/frankie/dev/edge/./bin_Linux_x86_64/../shaders/stars.fs
These should really be done as DSF_LogStatus() instead of DSF_LogWarning()
Comments
Associated Commits
| commit | 0386c661b600733ccd77089af4f3590acd473fbf
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Jun 27 15:14:25 2017 -0500
|
| Message: | [@Issue 00625: Syncing over modifed file from doug src to examples folder
this change was to change some warnings to status prints. @] |
Affected Files:
src.dist/plugins/examples/dsp_drawstar.c | 4 +±-
1 file changed, 2 insertions(+), 2 deletions(-)
| commit | a830477d603014da2ac70d787f80c8bf372d7d20
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Jun 27 15:12:27 2017 -0500
|
| Message: | [@Issue 00625: Changing drawstar warnings to status
No reason to point this out to users EVERY time they run edge or doug. @] |
Affected Files:
src/plugins/dsp_drawstar.c | 4 +±-
1 file changed, 2 insertions(+), 2 deletions(-)