[gjs: 2/3] profiler: Change message to not depend on build system
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/3] profiler: Change message to not depend on build system
- Date: Thu, 28 Nov 2019 16:40:04 +0000 (UTC)
commit ecaec8f6795becd7dcc91296f2e6b878c3a8e724
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Nov 28 08:08:55 2019 -0800
profiler: Change message to not depend on build system
gjs/profiler.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gjs/profiler.cpp b/gjs/profiler.cpp
index a621d461..157b5fe7 100644
--- a/gjs/profiler.cpp
+++ b/gjs/profiler.cpp
@@ -509,7 +509,7 @@ gjs_profiler_start(GjsProfiler *self)
#else /* !ENABLE_PROFILER */
self->running = true;
- g_message("Profiler is disabled. Recompile with --enable-profiler to use.");
+ g_message("Profiler is disabled. Recompile with it enabled to use.");
#endif /* ENABLE_PROFILER */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]