Displaying 7 results from an estimated 7 matches for "debug4".
Did you mean:
debug
2006 Oct 19
0
Memory leak
...id.ric)) {detach(2); next}
k <- paste(substring(date, c(5,7,3), c(6,8,4)), collapse="/")
cat("debug3\n")
acq.dvd[k] <- id.dvd[s$acq]
tgt.dvd[k] <- id.dvd[s$tgt]
qt <- tm.time >= 5 & tm.time <= 388
tms <- tm.time[qt]
cat("debug4\n")
y[[k]] <- bid[qt,s$acq] * s$rat + s$cash - ask[qt,s$tgt]
cat("debug5\n")
detach(2)
}
cat("done\n")
****************************** Output ********************************
==11423== Memcheck, a memory error detector.
==11423== Copyright (C) 2002-2006, and...
2010 Aug 20
0
Problem with db:create
...39;t need configuration. Windows does not
have
# domain sockets, so uncomment these lines.
#host: localhost
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# log, notice, warning, error, fatal, and panic
# The server defaults to notice.
#min_messages: warning
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do no...
2009 Feb 26
1
0.12.4 dies with call SetTlsParms before
...efore calling StartTls
Here''s what I believe is the relevant snippet of my code, which calls
start_tls() in the connection_completed() callback:
connection = EventMachine::Protocols::HttpClient2.connect(args)
class << connection
def connection_completed
logger.debug4 {
"Connected to " + dest_host
}
start_tls if @args[:ssl]
super
end
....etc
Did I miss something about a change in the tls-releated portion of the api?
I see that start_tls now takes an optional argument, but that seems unlikely
to be causing...
2006 Mar 31
14
[newbi] Create a Model
...iguration.
#host: remote-database
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public
# Character set encoding. The server defaults to sql_ascii.
#encoding: UTF8
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, log, fatal, or panic
# The server defaults to notice.
#min_messages: warning
# SQLite version 2.x
# gem install sqlite-ruby
sqlite_example:
adapter: sqlite
database: db/development.sqlite2
# SQLite version 3.x
# gem instal...
2006 Mar 30
2
database.yml and Dreamhost
...iguration.
#host: remote-database
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public
# Character set encoding. The server defaults to sql_ascii.
#encoding: UTF8
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# info, notice, warning, error, log, fatal, or panic
# The server defaults to notice.
#min_messages: warning
# SQLite version 2.x
# gem install sqlite-ruby
sqlite_example:
adapter: sqlite
database: db/development.sqlite2
# SQLite version 3.x
# gem instal...
2004 Aug 06
2
improved error.log output --diff
...y)
-#define DEBUG1(y, a) log_write(errorlog, 4, CATMODULE "/", __FUNCTION__, y, a)
-#define DEBUG2(y, a, b) log_write(errorlog, 4, CATMODULE "/", __FUNCTION__, y, a, b)
-#define DEBUG3(y, a, b, c) log_write(errorlog, 4, CATMODULE "/", __FUNCTION__, y, a, b, c)
-#define DEBUG4(y, a, b, c, d) log_write(errorlog, 4, CATMODULE "/", __FUNCTION__, y, a, b, c, d)
+#define ERROR0(y, a) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a)
+#define ERROR1(y, a, b) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a, b)
+#define ERROR2(y, a,...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello,
I work at SmarctJog.com, we have here some patches on IceCast for
performance and reliability, these are mostly client/connection/source
cleanups (a slave merge is underway, and some more good stuff (c)),
but we'd like this to be merged in before the list gets any longer.
Please find attached a list of our patches with a short desc:
This one is actually not from us/me, it was found