Changeset 634e1234287ab32c8cb492c6c92a9cdd9adaa709
- Timestamp:
- 06/13/08 14:47:45
(5 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1213368465 +0000
- git-parent:
[c2112fbb97d4df59431db59de6802219b623d007]
- git-author:
- Mark Harrison <mark@omniti.com> 1213368465 +0000
- Message:
Fixing a debugging print line that wasn't commented out
git-svn-id: https://labs.omniti.com/resmon/trunk@123 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcab0e0f |
r634e123 |
|
| 33 | 33 | if (($starts le $date ) && ($ends ge $date)){ |
|---|
| 34 | 34 | $actives =+1; |
|---|
| 35 | | print STDERR "ACTIVE!}", $_; |
|---|
| | 35 | ## print STDERR "ACTIVE!}", $_; |
|---|
| 36 | 36 | }else{ |
|---|
| 37 | 37 | ## print STDERR "not active}", $_; |
|---|