summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-04-01 07:09:07 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-04-17 05:39:53 -0700
commitc221f1dfa98586d3511d7aeab2fb05e5b4403bdf (patch)
tree7c53d250f16c1e15293d967e4db4abca1bcf368c
parent3d0bb18e784d91af53a59ed574465db6d24ad65b (diff)
core: Update url for issue tracker in error messages
If Waffle encounters an internal error, then direct the user to report a bug on the issue tracker. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/waffle/core/wcore_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waffle/core/wcore_error.c b/src/waffle/core/wcore_error.c
index 30e96fd..9220772 100644
--- a/src/waffle/core/wcore_error.c
+++ b/src/waffle/core/wcore_error.c
@@ -210,7 +210,7 @@ _wcore_error_internal(const char *file, int line, const char *format, ...)
return;
}
- snprintf(cur, end - cur, " (report this bug to chad@chad-versace.us)");
+ snprintf(cur, end - cur, " ; Please report bug at https://github.com/waffle-gl/waffle/issues");
}
enum waffle_error