Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aix-pm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
aix-pm
Commits
672e02bb
Commit
672e02bb
authored
2 months ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
disable noise debug prints
parent
c854f35a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hacks/linux/sastest/stp.pl
+3
-3
3 additions, 3 deletions
hacks/linux/sastest/stp.pl
with
3 additions
and
3 deletions
hacks/linux/sastest/stp.pl
+
3
−
3
View file @
672e02bb
...
...
@@ -105,7 +105,7 @@ while (1)
$dd
=
Disk::
Dump
->
start
(
$dd_dev
);
$dd_pid
=
$dd
->
get_pid
();
$delay
=
0
;
print
__LINE__
,
"
dd: dd_pid=[
$dd_pid
]
",
Dumper
(
$dd
);
#
print __LINE__, " dd: dd_pid=[$dd_pid]", Dumper($dd);
}
elsif
(
$action
->
{
status
}
==
2
)
{
...
...
@@ -248,7 +248,7 @@ sub get_line
if
(
$@
)
{
print
__LINE__
,
"
get_line pump failed with $@
\n
";
print
__LINE__
,
"
self:
",
main::
Dumper
(
$self
);
#
print __LINE__, " self: ", main::Dumper($self);
}
}
...
...
@@ -271,7 +271,7 @@ sub start
my
$cmd
=
shift
;
my
$jcf
=
IPC::Run::
start
(
$cmd
,
$self
->
{
_in
},
$self
->
{
_cl
},
$self
->
{
_cl
})
or
return
undef
;
print
__LINE__
,
"
jcf=[
$jcf
]
\n
";
#
print __LINE__, " jcf=[$jcf]\n";
$self
->
{
_jcf
}
=
$jcf
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment