[anjuta] am-project: Change the "Dependencies loop in variables" warning to a debug print.
- From: Carl-Anton Ingmarsson <carlantoni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] am-project: Change the "Dependencies loop in variables" warning to a debug print.
- Date: Wed, 28 Nov 2012 21:57:45 +0000 (UTC)
commit f84064f0297c2a5db02887a65c179054c46e4c39
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Wed Nov 28 22:52:43 2012 +0100
am-project: Change the "Dependencies loop in variables" warning to a debug print.
plugins/am-project/am-scanner.l | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/am-project/am-scanner.l b/plugins/am-project/am-scanner.l
index 54b5b1e..66e295e 100644
--- a/plugins/am-project/am-scanner.l
+++ b/plugins/am-project/am-scanner.l
@@ -648,7 +648,7 @@ amp_am_scanner_parse_token (AmpAmScanner *scanner, AnjutaToken *root, AnjutaToke
while (evaluated);
/* The remaining variables have dependencies loop, evaluate them in order */
- if (variables != NULL) g_warning ("Dependencies loop in variables");
+ if (variables != NULL) DEBUG_PRINT ("Dependencies loop in variables");
for (var =variables; var != NULL; var = g_list_next (var))
{
AmpVariableDepend *depend = (AmpVariableDepend *)var->data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]