add print test page v5

This commit is contained in:
Mario Fetka
2026-05-22 15:08:18 +02:00
parent 672a8c9fd9
commit 111f3cae77

View File

@@ -1681,11 +1681,11 @@ sub test_print_queue( $$ )
my $ts = scalar( localtime( time() ) );
print( $fh "SMArT / MARS_NWE print queue test\n" );
print( $fh "Server: $server\n" );
print( $fh "Queue: $queue\n" );
print( $fh "Time: $ts\n" );
print( $fh "\nIf you can read this, the NetWare print queue accepted a test job.\n" );
print $fh "SMArT / MARS_NWE print queue test\n";
print $fh "Server: $server\n";
print $fh "Queue: $queue\n";
print $fh "Time: $ts\n";
print $fh "\nIf you can read this, the NetWare print queue accepted a test job.\n";
if( ! close( $fh ) )
{