git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55675b7
)
verbose is now off by default.
author
kramm
<kramm>
Tue, 14 Sep 2004 08:45:48 +0000
(08:45 +0000)
committer
kramm
<kramm>
Tue, 14 Sep 2004 08:45:48 +0000
(08:45 +0000)
lib/python/pyutils.c
patch
|
blob
|
history
diff --git
a/lib/python/pyutils.c
b/lib/python/pyutils.c
index
f926bd7
..
a89b287
100644
(file)
--- a/
lib/python/pyutils.c
+++ b/
lib/python/pyutils.c
@@
-20,7
+20,7
@@
char* setError(char*format, ...)
return strdup(buf);
}
-int verbose = 1;
+static int verbose = 0;
void mylog(char*format, ...)
{
char buf[1024];